@extends((( Request::ajax()) ? 'layouts.model' : 'layouts.app' )) @section('include_css') @endsection @section('content')
@php $categories = \Pramix\XProduct\Models\ProductCategoriesModel::where('parent_id', 0)->get(); @endphp
{{ __('xproduct::product.labels.category') }} {{ __('xproduct::product.labels.product_name_code') }} {{ __('xproduct::product.labels.description') }} Stock Price Action
{{-- ?> ?> --}} {{--
--}} {{-- @foreach ($products as $value) --}} {{-- --}} {{--
';--}} {{--?> ?> ?> --}} {{-- @endforeach --}} {{--
--}} {{-- {{ $products->appends(request()->input())->links() }} --}} {{-- {!! $products->render() !!} --}}
Name Qty Price
Total {{ \App\Http\Helper::formatPrice(Cart::getTotal()) }}
@endsection @section('include_js') @endsection @section('custom_script') @endsection