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