@extends('layouts.app') @section('title', 'كل التذاكر') @section('sidebar') @include('admin._sidebar') @endsection @section('content')
| # | الموضوع | العميل | القسم | المسؤول | الحالة |
|---|---|---|---|---|---|
| {{ $ticket->ticket_number }} | {{ $ticket->subject }} | {{ $ticket->user->name }} | {{ $ticket->department?->name_ar ?? '-' }} | {{ $ticket->assignee?->name ?? '—' }} | {{ $ticket->status }} |