@extends('layouts.custom-master') @section('styles') @endsection @section('content') @section('errorbody') @endsection

@lang('auth.forgetPass')

@lang('auth.welcome')

@csrf
@error('email') {{ $message }} @enderror
@endsection @section('scripts') @endsection