@extends('layout.auth') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@csrf
Logo

{{trans('lang.forget_password')}}

@include('layout.messages')
{{trans('lang.pleas_enter_email')}}
{{trans('lang.back')}}
@endsection @section('script') @endsection