@extends('admin.master', ['menu' => 'products', 'submenu' => 'product_list']) @section('title', isset($title) ? $title : '') @section('content')
{{ __('#') }} {{ __('Image') }} {{ __('Product Name') }} {{ __('Category') }} {{ __('Brand') }} {{ __('Price') }} {{ __('Type') }} {{ __('Status') }} {{ __('Action') }}
@push('post_scripts') @endpush @endsection