@extends('dashboard.layouts.login') @section('css') @endsection @section('pageTitle') {{ trans('dashboard/auth.reset_password_title') }} @endsection @section('content')
{{$settings?->name}}
@include('dashboard.layouts.common._partial.messages')
@csrf

{{ trans('dashboard/auth.password') }}

{{ trans('dashboard/auth.password') }}
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@endsection @section('js') @endsection