@extends('layouts.app') @section('title', __('app.edit') . ' — ' . $lead->reference) @section('content') {{ __('app.view') }} {{ __('app.back') }}
@method('PUT') @include('leads._form')
@endsection