@extends('tenant.layouts.client') {{-- Tilte Section --}} @section('title', 'Tickets') {{-- Style Section --}} @section('style') @endsection {{-- Content Section --}} @section('content')
Create Ticket Form

Find all tickets on this page and its respective details.

@endsection {{-- Script Section --}} @section('script') @endsection