@extends('components.admin.layouts.adminauthapp') @section('headSection') {{ env('APP_NAME') }} | Forgot Password @endsection @section('main-content') @livewire('admin.authlivewire', [ 'module' => 'forgotpassword', ]) @endsection @section('footerSection') @endsection