@php $customizerHidden = 'customizer-hide'; $pageConfigs = ['myLayout' => 'blank']; @endphp @extends('layouts/layoutMaster' , ['body_class' => 'authentication']) @section('title', 'Page Not Found') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') {{-- --}} @endsection @section('content') @include('_partials.auth-section')
@include('_partials.auth-svg-top')
Page Not Found!

Oops! 😖 The requested URL was not found on this server.

Back to Homepage

Go Back

{{--
--}}
@endsection