@extends('layout.app') @section('title', __('shop_categories')) @section('content')
@foreach ($shopCategories as $shopCategory) @endforeach
{{ __('sl') }} {{ __('name') }} {{ __('primary_color') }} {{ __('secondary_color') }} {{ __('description') }} {{ __('status') }} {{ __('action') }}
{{ $loop->iteration }} {{ $shopCategory->name }} {{ $shopCategory->description ?? 'N/A' }}
@endsection @push('scripts') @endpush