@extends('admin.layouts.admin') {{-- =========== meta Title =================== --}} @section('title') تیکت ها @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')
لیست تیک ها
@include('admin.sections.errors')
@if($ticket->file!=null) @endif
@csrf پاسخ خود را ارسال نمایید:
@if(count($conversation)>0)
@foreach($conversation as $item)
@if($item->file!=null) @endif @endforeach
@endif
@endsection