@php $user = Auth::user(); @endphp @extends('seller.layouts.app') @section('title') {{ __('msg.subcategoryedit') }} List | Seller @endsection @section('content')
@if ($user->can('subcategory.edit') || $user->can('subcategory.delete')) @endif @foreach ($sub_categories as $key => $subcategory) @endforeach
SL. {{ __('msg.subcategory') }} {{ __('msg.name') }} {{ __('msg.category') }} {{ __('msg.name') }} Create {{ __('msg.action') }}
{{-- image --}} {{ $key + 1 }} {{ $subcategory->name }} {{ $subcategory->category->name }} {{ $subcategory->admin->name }}
@endsection @section('style') @endsection @section('script') @endsection