@extends('admin.layouts.authentication.master') @section('title', 'Login') @section('css') @endsection @section('style') @endsection @section('content')
Reset Password
@if (Session::has('message')) @endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection