@extends('front.index') @section('meta_title'){{trans('global.forgot_password')}} @endsection @section('meta_des'){{trans('global.forgot_password')}} @endsection @section('meta_key'){{trans('global.forgot_password')}} @endsection @section('content')

{{trans('global.forgot_password')}}

{!! csrf_field() !!}
@endsection