@extends('layouts.admin') @section('content') {{__('Profile Settings')}} {{__('Dashboard')}} {{__('Settings')}} {{__('Profile Settings')}} {{__('Profile Information')}} {{__('Update your account\'s profile information and email address.')}} @csrf {{__('Profile Information')}} {{__('Photo')}} @error('photo') {{ $message }} @enderror {{__('Full Name')}} @error('name') {{ $message }} @enderror {{__('Email')}} @error('email') {{ $message }} @enderror {{__('Update Password')}} {{__('Ensure your account is using a long, random password to stay secure.')}} @csrf {{__('Update Password')}} {{__('Current Password')}} @if(session()->has('error')) {{ session()->get('error') }} @endif {{__('New Password')}} @error('password') {{ $message }} @enderror {{__('Confirm Password')}} @error('password_confirmation') {{ $message }} @enderror @endsection @push('styles') @endpush @push('libraies') @endpush
{{__('Update your account\'s profile information and email address.')}}
{{__('Ensure your account is using a long, random password to stay secure.')}}