@extends('panel::layouts.master', ['title' => 'تحرير المستخدم']) @section('content')
  • قائمة المستخدمين
  • تحرير المستخدم
  • تحرير المستخدم {{ $user->full_name }}

    @csrf @method('put')

    {{ $user->image->alt_text }}
    {{ asset('storage/' . $user->image->file_path) }}
    email_verified_at)) checked @endif>
    status)) checked @endif>
    @endsection @push('scripts') @endpush