@extends('front.layouts.master') @section('title', __('ticket::static.ticket.add')) @section('content') {{-- Ticket section start --}}
@method('POST') @csrf @include('ticket::frontend.ticket.fields')
{{-- Ticket section End --}} @endsection