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

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

@if ($errors->any()) @endif @php $audios = \App\audio_recording::wherelead_no($operation->id)->get(); @endphp {{--

TESTING AREA

--}} {{-- {{$operation->assign_to}} --}} {{-- {!! Form::model($operation,['method'=>'POST','action'=>['ActivationFormController@store',$operation->id],'files'=>true]) !!} --}} {!! Form::model($operation, [ 'method' => 'POST', 'action' => ['AssignToVerificationController@store', $operation->id], 'files' => true, ]) !!} {{--
--}} @csrf
{{-- * --}}
{{-- * --}}
{{-- --}}
{{--
--}}
{!! Form::close() !!}
@endsection @include('dashboard.include.chat')