@extends('layouts.app') @section('content')
@lang('Update')

@csrf @method('PUT')
@error('title') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@include('includes.meta', ['without_description' => true, 'meta_title' => $service_category->meta_title, 'meta_tags' => $service_category->meta_tags, 'meta_description' => $service_category->meta_description])
@endsection @section('scripts') @if (app()->getLocale() != 'en') @endif @endsection