@extends('layouts.app') @section('title', 'Edit Opportunity - ' . $opportunity->title) @section('page-title', 'Edit Opportunity: ' . $opportunity->title) @section('content')
{{ $message }}