@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT')) @section('content')
Reset Password
@if (isset($_GET['message']))
{{ $_GET['message'] }}
@endif
{!! csrf_field() !!}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection