@extends('frontend.layouts.auth') @php $defualt = get_default_language_code()??'en'; $login_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::LOGIN_SECTION); $login = App\Models\Admin\SiteSections::getData($login_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')
shape
@endsection @push('script') @endpush