@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())
@csrf
{{-- * --}}
{{-- * --}}
{{-- --}}
@if($operation->sim_type == 'Elife') @include('dashboard.include.verify-elife') @elseif($operation->sim_type == 'MNP') @include('dashboard.include.verify-mnp') @elseif($operation->sim_type == 'New') @include('dashboard.include.cord-new') @endif
@foreach ($audios as $audio) @endforeach
{{-- {{auth()->user()->agent_code}} --}} {{-- @if(auth()->user()->agent_code == 'CC8-ELIFE') --}}
{{-- @else --}} {{--
--}} {{-- @endif --}}
{{-- --}}
{!! Form::close() !!} {{--
--}}
@endsection @include('dashboard.include.chat')