@extends('layouts.app') @section('content')
{{__('Edit Sub Category')}}
@csrf @method('PUT')
{{ __('Sub Category Information') }}
@error('category')

{{ $message }}

@enderror
@foreach ($allLanguages as $language) @php $translation = $subCategory->translations->where('lang', $language->name)->first(); @endphp
@endforeach
{{__('Back')}}
@endsection @push('css') @endpush