@php $layout = (isSeller()) ? 'layouts.seller' : 'layouts.admin'; @endphp @extends($layout) @section('content')
@if(!isSeller()) @endif @include('layouts.partials.messages')
@if(!isSeller()) @endif
{{ __('common.sr-no') }} {{ __('item.image') }} {{ __('item.name') }} {{ __('category.category') }} {{ __('item.regular_price') }} {{ __('item.offer_price') }} {{ __('item.status') }}{{ __('common.action') }}
@endsection @section('script') @endsection