Hello, Welcome {{auth()->user()->name}}
@if($errors->any())
{!! Form::close() !!}
{{-- --}}
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@php( $countries = \App\country_phone_code::all())
@php( $emirates = \App\emirate::all())
@php( $plans = \App\plan::wherestatus('1')->get())
@php( $elifes = \App\elife_plan::wherestatus('1')->get())
@php( $addons = \App\addon::wherestatus('1')->get())
@php( $users = \App\User::whererole('sale')->get())
@php( $audios = \App\audio_recording::wherelead_no($operation->id)->get())
{!! Form::model($operation,['method'=>'PATCH','action'=>['LeadSaleController@update',$operation->id]]) !!}
@csrf
@endforeach