@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();
$type = Illuminate\Support\Str::slug(App\Constants\GlobalConst::USEFUL_LINKS);
$policies = App\Models\Admin\SetupPage::orderBy('id')->where('type', $type)->where('slug',"terms-and-conditions")->where('status',1)->first();
@endphp
@section('content')