@extends('admin/layout') @section('title') {{ labels('admin_labels.manage_products', 'Manage Products') }} @endsection @section('content')

{{ labels('admin_labels.manage_products', 'Manage Products') }}

{{ labels('admin_labels.track_and_manage_products', 'Track And Manage Products') }}

{{-- table --}}

{{ labels('admin_labels.manage_products', 'Manage Products') }}

{{ labels('admin_labels.search', 'Search') }}
{{ labels('admin_labels.id', 'ID') }} {{ labels('admin_labels.image', 'Image') }} {{ labels('admin_labels.name', 'Name') }} {{ labels('admin_labels.brand', 'Brand') }} {{ labels('admin_labels.category', 'Category') }} {{ labels('admin_labels.rating', 'Rating') }} {{ labels('admin_labels.status', 'Status') }} {{ labels('admin_labels.variations', 'Variations') }} {{ labels('admin_labels.action', 'Action') }}
@endsection