@extends('admin.layouts.master') @section('title', 'Product list') @section('content')

{{ __('Search Inventory') }}

{{ __('#') }} {{ __('ENA No') }} {{ __('Sub Category') }} {{ __('Product Name') }} {{ __('Brand') }} {{ __('Stock') }} {{ __('Threshold') }} {{ __('Price') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('css') @endsection @section('js') @endsection