@extends('layouts.main') @section('title') {{ __('Manage Agent Verification') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@if (has_permissions('update', 'approve_agent_verification'))

{{ __('Settings') }}

{{-- Auto Approve Toggle --}}
{{-- Verification Required for User Toggle --}}
@endif

{{ __('Verification Request List') }}

@if (has_permissions('update', 'approve_agent_verification')) @endif
{{ __('ID') }} {{ __('Agent Name') }} {{ __('Total Properties') }} {{ __('Total Projects') }} {{ __('View Submitted Values') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('script') @endsection