@extends('layouts.frontend.login_main') @section('title') @lang('frontend_lang.forgot_password') @endsection @section('content')
@csrf @if(Session::has('success')) @endif @if(Session::has('error')) @endif
@lang('frontend_lang.forgot_password')
@endsection