@extends('layouts.app_rest') @section('content')
@if(isset($bussiness))
@if(isset($bussiness->address))
{{$bussiness->address}}
@endif
@if(isset($bussiness->address_two)) , {{$bussiness->address_two}}
@endif
@if(isset($bussiness->city))
{{$bussiness->city}}
@endif
@if(isset($bussiness->country))
{{$bussiness->country}}
@endif
@if(isset($bussiness->mobile))
{{$bussiness->mobile}}
@endif
@if(isset($bussiness->phone))
,{{$bussiness->phone}}
@endif
@endif
S.NO | PRODUCT | INGREDIANT QTY | INGREDIANT Amt. | WASTAGE QTY. | WASTAGE Amt. | TOTAL |
---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ $cost['product_name'] }} | {{ $cost['qty'] }} ({{ $cost['relatedProductUnit'] }}) | {{ $cost['intAmount'] }} | {{ $cost['wastQty'] }} ({{ $cost['wastUnit'] }}) | {{ $cost['wastAmount'] }} | {{ $cost['total'] }} |
Cook Instruction |
---|
{!! $facility['cooking_instruction'] !!} |
Service Instruction |
---|
{!! $facility['service_instruction'] !!} |