@section('title', '- Recover Password') @extends('layouts.app') @section('section')
@lang('auth.recover_pass')
{{ csrf_field() }} @include('alerts.success') @include('alerts.warning')
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection