@extends('layouts.auth_app') @section('title') Reset Password @endsection @section('css') @endsection @section('content')

Reset Password

@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
* @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection