@extends('layouts.admin_auth') @section('auth_header') @if(isset($email_name) && $email_name) Hey {{$email_name}}, @endif You are only one step a way from your new password, recover your password now. @endsection {{-- form start --}} @section('content')
@csrf @php $error = isset($errors) ? $errors->first('password') : null; @endphp
{{ $error }}
{{-- form end --}} @endsection @section('auth_footer')

Login

@endsection