@extends('admin.dashboard.layouts.app') @section('title', panel_setting_title("Yönetici Paneli")) @push('style-libraries') @endpush @push('styles') @endpush @section('content')

Kullanıcı Düzenle

{{-- --}}
@csrf
@error('phone') {{ $message }} @enderror
{{ __('İptal Et') }}
@endsection @push('script-libraries') @endpush @push('scripts') @endpush