@extends('layouts.admin.auth_layout') @section('title', 'Password Update') @section('vendor-css') @endsection @section('page-css') @endsection @section('content')

{{ __('Reset Your Password') }}

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
branding logo
@endsection @section('page-vendor-js') @endsection @section('page-js') @endsection