@extends('Front.PatientLayout.mainLayout') @section('title', 'Reset Password') @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif @if (session('success'))
{{ session('success') }}
@endif
{{ csrf_field() }}

@endsection @section('js') @endsection