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

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

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