@extends('others_layouts.authentication_layouts.master') @section('title', 'Login With Sweetalert') @section('css') @endsection @section('main_content') @use('App\Helpers\Helpers') @php $settings = Helpers::getSettingPageContent(); @endphp
@endsection @section('scripts') @endsection