@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('labels.frontend.passwords.reset_password_box_title')) @section('content') @php use App\Helpers\General\AMP; @endphp @push('after-styles') @endpush
@push('after-scripts') @endpush @endsection