@extends('layouts.admin_auth') @section('auth_header') @if($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')
{{ $error }}
{{-- form end --}} @endsection @component('components.utility.template_popup', [ 'id' => 'popup_password_updated', 'withoutTabIndex' => true, ]) @slot('slot_header') Reset Password Success @endslot @slot('slot') @endslot @slot('slot_footer') @endslot @endcomponent @section('auth_footer')

Login

@endsection