@extends('admin.layouts.master') @section('title', __('ticket::static.department.add')) @section('content')
@method('POST') @csrf @include('ticket::admin.department.fields')
@endsection