@extends('auth.layout.app') @section('page_title', 'Reset Password') @section('page_content')
@csrf
{{ __('Reset Password') }}
We'll send you instructions in email
@if (session('status')) @endif @if ($errors->any())
@foreach ($errors->all() as $error) Oh snap! {{ $error }} @endforeach
@endif
@endsection @section('page_script') @endsection