@extends('admin/layout') @section('title') {{ labels('admin_labels.manage_products', 'Manage Combo Products') }} @endsection @section('content') {{-- 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.products', 'Products') }} {{ labels('admin_labels.status', 'Status') }} {{ labels('admin_labels.action', 'Action') }}
@endsection