@extends('layouts.report') @section('style') @endsection @section('header') @include('layouts.includes.report_header',[ 'title' => "ផលិតផលលេខកូដជាន់គ្នា", 'start_date' => $start_date, 'end_date' => $end_date ]) @endsection @section('table')
@foreach ($products as $p) @endforeach
{{ trans('products.sku') }} {{ trans('products.name') }} {{ trans('products.price') }} {{ trans('products.price_in') }} {{ trans('products.price_wholesale') }}
{{ $p->sku }} {{ $p->name }} {{ $p->price_in }} {{ $p->price }} {{ $p->price_wholesale }}
@endsection