@extends('layout.layout') @section('title','Types') @section('type','active') @section('content')
Activity Type
Activity Description 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('type.script') @endsection