@extends('layout.layout') @section('title','Ticket Type') @section('ticket_type','active') {{--@section('header')

Status

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua

AdminLTE Logo
@endsection--}} @section('content')
Ticket types
Ticket list Add Ticket type
Description 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-type.script') @endsection