@if (isset($prospect)) {{ __('Update Prospect') }} @else {{ __('New Prospect') }} @endif
{{ __('Back to Prospects') }}
@if ($errors->any()) @endif @if (session('success')) {{ session('success') }} @endif @if (isset($prospect))
@method('PUT') @else @endif @csrf {{ __('Details') }}
@if (isset($prospect)) {{ __('Update') }} @else {{ __('Create') }} @endif
{{ __('Back to prospects') }}