@extends('layouts.app')
@section('content')
@include('includes.bread_crumb_with_header', [
'header' => 'Tickets',
'bread_crumbs' => ['Home' =>"", 'Support' => ''],
])
@include('pages.admin.support.tickets.includes.table-details')
@endsection
@push('script')
{{-- create tieckts --}}
{{-- --}}
{{-- Account Manager details --}}
{{-- Store --}}
{{-- --}}
{{-- Close --}}
@endpush