@php $customizerHidden = 'customizer-hide'; @endphp @extends('layouts/layoutMaster') @section('title', 'Admin Login') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Enter you email below we will send you a link for you password reset

@if(session()->has('errors')) @endif @if(session()->has('error')) @endif
@csrf
@endsection