Hello, Welcome {{auth()->user()->name}}
@if($errors->any())
{{--
--}}
{{-- {{$operation->assign_to}} --}}
{{-- {!!
Form::model($operation,['method'=>'POST','action'=>['ActivationFormController@store',$operation->id],'files'=>true])
!!} --}}
--}}
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@php
$audios = \App\audio_recording::wherelead_no($operation->lead_id)->get();
@endphp
{{-- @endforeach