@extends('admin.layouts.master') @section('title', __('cabbooking::static.service_categories.edit')) @section('content')
@method('PUT') @csrf @include('cabbooking::admin.service-category.fields')
@endsection