@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.serviceSubCategory.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif {{ trans('cruds.serviceSubCategory.fields.name_helper') }}
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif {{ trans('cruds.serviceSubCategory.fields.slug_helper') }}
@if($errors->has('icon')) {{ $errors->first('icon') }} @endif {{ trans('cruds.serviceSubCategory.fields.icon_helper') }}
@if($errors->has('status')) {{ $errors->first('status') }} @endif {{ trans('cruds.serviceSubCategory.fields.status_helper') }}
@if($errors->has('service_category')) {{ $errors->first('service_category') }} @endif {{ trans('cruds.serviceSubCategory.fields.service_category_helper') }}
@endsection @section('scripts') @endsection