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

{{__("Demand")}}

Geberung
{{__("Demand").' '. __("number")}} {{$dData->id}}
{{__("Demanded at")}} {{date('d.m.Y. H:i:s', strtotime($dData->created_at))}}
{{__("Demand for worker")}} {{$dData->worker_name.' '.$dData->worker_surname}}
{{__("Warehouse")}} {{$dData->warehouse}}
@if(!$equipment->isEmpty())

{{__("Demand specifications")}}

@foreach($equipment as $b=>$data) supplied_quantity == $data->quantity) style="background-color:#07ad71; color:white" @endif> @endforeach
{{__("No.")}} {{__("Code")}} {{__("Category")}} {{__("Equipment")}} {{__("Package number")}} {{__("Quantity")}} {{__("Supplied")}}
{{$b+1}}. {{$data->code}} {{$data->category}} {{$data->equipment}} {{$data->package}} {{$data->quantity}} {{$data->supplied_quantity}}
@endif @endsection