@extends('layouts.master') @php $defualt = get_default_language_code()??'en'; $auth_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::LOGIN_SECTION); $auth = App\Models\Admin\SiteSections::getData( $auth_slug)->first(); $footer_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::FOOTER_SECTION); $footer = App\Models\Admin\SiteSections::getData($footer_slug)->first(); @endphp @section('content')
@endsection @push('script') @endpush