@extends('layouts.dashboard-app') @section('main-content')

Hello, Welcome {{auth()->user()->name}}

@if($errors->any()) @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
{!! Form::close() !!} {{-- --}}
@endsection