8889841c@extends('backend.layout.top-head') @section('content') @if($errors->has('phone_number'))
{{trans('file.product')}} | {{trans('file.Batch No')}} | {{trans('file.Price')}} | {{trans('file.Quantity')}} | {{trans('file.Subtotal')}} |
---|
{{$category->name}}
{{$brand->title}}
{{$brand->title}}
{{$lims_product_list[0+$i*5]->name}} {{$lims_product_list[0+$i*5]->code}} |
@if(!empty($lims_product_list[1+$i*5]))
{{$lims_product_list[1+$i*5]->name}} {{$lims_product_list[1+$i*5]->code}} |
@else
@endif @if(!empty($lims_product_list[2+$i*5])) | {{$lims_product_list[2+$i*5]->name}} {{$lims_product_list[2+$i*5]->code}} |
@else
@endif @if(!empty($lims_product_list[3+$i*5])) | {{$lims_product_list[3+$i*5]->name}} {{$lims_product_list[3+$i*5]->code}} |
@else
@endif @if(!empty($lims_product_list[4+$i*5])) | {{$lims_product_list[4+$i*5]->name}} {{$lims_product_list[4+$i*5]->code}} |
@else
@endif |