@extends('layouts.admin_auth') @section('auth_header') You forgot your password? Here you can easily reset your password. @endsection {{-- form start --}} @section('content')
@csrf @php $status = $status ?? session()->get('status') ?? null; $error = isset($errors) ? $errors->first('email') : null; @endphp
{{ $status }}
{{ $error }}
{{-- form end --}} @endsection @section('auth_footer')

Login

@endsection