@extends('admin.dashboard.layouts.app') @section('title', panel_setting_title("Destek Kategorileri")) @push('style-libraries') @endpush @section('content')

Destek Talebi Kategorileri

@foreach ($categories as $category) @endforeach
ID İsim Oluşturulma Tarihi Güncellenme Tarihi İşlemler
{{ $category->id }} {{ $category->name }} {{ $category->created_at }} {{ $category->updated_at }} Düzenle
@csrf @method('DELETE')
@endsection @push('script-libraries') @endpush @push('scripts') @endpush