@extends('dashboard.layouts.app') @section('styles') @endsection @section('title', __('dashboard.Edit Credentials')) @section('page_heading', __('dashboard.Edit Credentials')) @section('breadcrumb') @endsection @section('actions') {{ __('dashboard.View Profile') }} @endsection @section('content')

{{ __('dashboard.Edit Credentials') }}

@csrf @method('PUT')
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
@endsection @section('scripts') @endsection