@extends('layouts.auth') @section('title') {{ __('messages.client.reset_password') }} @endsection @section('content')
Logo
@include('flash::message') @include('layouts.errors')

{{ __('messages.client.reset_password') }}

@csrf
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
@endsection