@extends('layouts.default') @section('content')

@for ($i = 0; $i< $page_count; $i++)
@for ($j=0;$j<$label_per_page;$j++)
LBL/F-10_REV00_{{strtoupper(date( 'dMY' , strtotime('14-12-2021') ))}}
Ref: {{$batchcard_data->sku_code}}
@if($batchcard_data->discription!="") {{$batchcard_data->discription}}
@endif
STERILE @if($batchcard_data->sterilization_type=='R') R @elseif($batchcard_data->sterilization_type=='EO') EO @else   @endif
 {{$lot_no}}  LOT  {{$batchcard_data->batch_no}} 

STERILIZATION
{{date('Y-m-d', strtotime($sterilization_expiry_date))}} {{$manufacture_date}}
@endfor
@endfor @if($remaining!=0)
@for ($j=1;$j<=$label_per_page;$j++)
LBL/F-10_REV00_{{date( 'd M y' , strtotime('14-12-2021') )}}
Ref: {{$batchcard_data->sku_code}}
@if($batchcard_data->discription!="") {{$batchcard_data->discription}}
@endif
STERILE @if($batchcard_data->sterilization_type=='R') R @elseif($batchcard_data->sterilization_type=='EO') EO @else   @endif
 {{$lot_no}}  LOT  {{$batchcard_data->batch_no}} 

STERILIZATION
{{date('Y-m-d', strtotime($sterilization_expiry_date))}} {{$manufacture_date}}
@endfor
@endif