@extends('web.layouts.app') @section('title',trans('site.forgotPassword')) @section('content')

@lang('site.forgotPassword')

@lang('site.send_confirmation')

@lang('site.mobile')

@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@endsection