@extends('layout.layout') @section('title', 'Tickets') @section('ticket', 'active') @section('layout.css') @endsection @section('content')
Tickets
@if (Auth::user()->is_admin === 1)
@endif

{{-- --}}
All Tickets
Ref # Ticket Name Type Manager Members Start End Progress Status
@endsection {{-- this is the modal section where you can configure the content(modal-body and the modal-header) --}} {{-- the submit button is inside the layout --}} @section('modal-title') @endsection @section('modal-content')
@csrf
@endsection @section('scripts') @include('ticket.ticket-script') @endsection @include('activity.add-activity-index')