@extends('backend.layouts.app') @section('title', $title) @section('style') @endsection @section('content') Back to categories
{{ $title }}
@csrf @if(Str::contains(Route::currentRouteName(), 'sub-category'))
@endif
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
@endforeach
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
@endforeach
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
@endforeach
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
@endforeach
@endsection @section('script') @endsection