@extends('layouts.master') @section('title', 'Sub category | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.sub category')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.sub category') }}
{{ __('basic.sub category') }}
@foreach ($item as $item) @endforeach
{{ __('basic.main category') }} {{ __('basic.name') }} {{ __('basic.handle') }}
{{ $item->cat->name ?? "Not found" }} {{ $item->name }} @if($item->id !== 1) @role('Super-admin|Accountant-manager|Operation-manager') @endrole @endif
@endsection @section('js') @endsection