@extends('admin.layouts.app') @section('title', 'Yönetici Düzenle: ' . $promo_user->name . ' | Admin') @section('content')
← Kullanıcı listesine dön

Yönetici Düzenle: {{ $promo_user->name }}

@if($errors->any())
    @foreach($errors->all() as $err)
  • {{ $err }}
  • @endforeach
@endif
@csrf @method('PUT')

Değiştirmek istemiyorsanız boş bırakın.

is_active) ? 'checked' : '' }} class="h-4 w-4 rounded border-gray-300 text-blue-600 focus:ring-blue-500"/>
İptal Detay
@endsection