@extends('merchant.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 @push('css') @endpush @section('content')
@php // Fetch the countries $countries = freedom_countries(global_const()::MERCHANT); @endphp @endsection @push('script') @endpush