@method(@$Method) @csrf

{{__("admin.project.Inbound calls")}}

...
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('latitude')) {{ $errors->first('latitude') }} @endif
@if ($errors->has('longitude')) {{ $errors->first('longitude') }} @endif
@if(@$Method=="PATCH") @csrf @if(@$selectedItem->deleted_at == null) @endif @else @endif
@section('pageJsCode') @stop