@extends('admin.layout.auth') @section('content')
@lang('admin.auth.reset_password')
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection