@extends('components.main') @section('title')-Forget Password @endsection @section('custom-style') @endsection @section('content') @if(session()->get('message')) @include('components.responses') @else @lang('forms.reset_password') @csrf @lang('buttons.reset') @endif @endsection