@extends('admin/layout') @section('title') {{ labels('admin_labels.ticket_types', 'Ticket Types') }} @endsection @section('content')
{{ labels('admin_labels.add_ticket_type', 'Add Ticket Type') }}
@csrf
{{-- table --}}

{{ labels('admin_labels.manage_ticket_type', 'Manage Ticket Type') }}

{{ labels('admin_labels.search', 'Search') }}
{{ labels('admin_labels.id', 'ID') }} {{ labels('admin_labels.title', 'Title') }} {{ labels('admin_labels.date_created', 'Date Created') }} {{ labels('admin_labels.action', 'Action') }}
@endsection