@php $page_name = 'Agents'; @endphp @include('partial.header')
@include('partial.navigation')
@if(\Session::has('success'))
{{\Session::get('success')}}
@endif @if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach
@endif
Agent
Search
Sr Main Agent Agent Parent Agent Updated By Updated Date Action
Sr Main Agent Agent Parent Agent Updated By Updated Date Action
@include('partial.footer')