@extends('frontend.layouts.master') @php $lang = selectedLang(); $contact_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::CONTACT_SECTION); $contact = App\Models\Admin\SiteSections::getData( $contact_slug)->first(); @endphp @section('content')
@csrf
@endsection @push("script") @endpush