@extends('layouts.superadmin') {{ config('app.name', 'Laravel') }} | Admin | Profile @section('main-content')
@if (Session::has('success')) @endif @if ($errors->any())
@endif

Account Settings / Account

Profile Details
@csrf
@if (!Auth::user()->profile_photo_path) @else user @endif
@if (!Auth::user()->profile_photo_path) @else user @endif Preview Image

@error('email') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
{{-- Cancel --}}
Update password
{{-- Cancel --}}
@endsection