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