@extends('layouts.admin_auth') @section('auth_header') Sign in @endsection {{-- form start --}} @section('content')
@csrf @php $error = ($errors ? $errors->first() : null) ?? $error ?? null; @endphp
{{ $error }}
{{-- form end --}} @endsection @section('auth_footer')

I forgot my password


@endsection