@extends('admin.layout') @section('title',__('products')) @section('css') @endsection @section('content')
# id {{ __('Merchant') }} {{ __('Name') }} {{ __('Serial Number') }} {{ __('Type') }} {{ __('Storehouse') }} {{ __('Total Stock') }} {{ __('Stock') }} {{ __('Selling times') }} {{ __('Hold times') }} {{ __('Pending times') }} {{ __('Canceled times') }} {{ __('Provider') }} {{ __('Price') }} {{ __('Offer') }} {{ __('Change status') }} {{ __('Actions')}}
@endsection @section('scripts') @include('admin.pages.products.product_index_js') @endsection