Hello, Welcome {{ auth()->user()->name }}
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@php
$audios = \App\audio_recording::wherelead_no($operation->id)->get();
@endphp
{{-- @endforeach
TESTING AREA
--}} {{-- {{$operation->assign_to}} --}} {{-- {!! Form::model($operation,['method'=>'POST','action'=>['ActivationFormController@store',$operation->id],'files'=>true]) !!} --}} {!! Form::model($operation, [ 'method' => 'POST', 'action' => ['AssignToProcesserController@store', $operation->id], 'files' => true, ]) !!} {{--
{{-- {{ Form::open([ 'method' => 'get', 'route' => [ 'lead.rejected', $operation->id ], 'files' => true ]) }} --}}
{!! Form::close() !!}
{{-- {!!
Form::model($operation,['method'=>'post','action'=>['AjaxController@LeadReAssign']])
!!} --}}