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