@extends('layout') @section('title','Edit '.$opportunity->code) @section('content')
← {{ $opportunity->code }}Lead-to-cash

Edit opportunity

@csrf @method('PUT') @include('opportunities._form')
Cancel
@endsection