@extends('layouts.frontend.app') @section('title', '') @push('css') @endpush @section('content')
@csrf
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@endsection @push('js') @endpush