@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]) !!} --}} {{--
--}} @csrf
{{-- * --}}
{{-- * --}}
{{-- --}}



@if($operation->sim_type == 'Elife') @include('dashboard.include.active-elife') @elseif($operation->sim_type == 'MNP') @include('dashboard.include.active-mnp') @elseif($operation->sim_type == 'New') @include('dashboard.include.active-new') @endif {{-- @inject('provider', 'app/http/Controllers/AjaxController'); --}}
@foreach ($audios as $audio) @endforeach
View Location URL View Location Lat Lng
{{-- Assign To: CURRENT USERNAME --}}
{{-- --}} {{-- --}}
{!! Form::close() !!}
@endsection @include('dashboard.include.chat')