@extends('agent.layouts.user_auth') @php $lang = selectedLang(); $auth_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::AUTH_SECTION); $auth_text = App\Models\Admin\SiteSections::getData( $auth_slug)->first(); @endphp @push('css') @endpush @section('content')
@php // Fetch the countries $countries = freedom_countries(global_const()::AGENT); @endphp @endsection @push('script') @endpush