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

{{__("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}}

{{__("Demand specifications")}}

{{__("Category")}} {{__("Equipment")}} {{__("Package number")}} {{__("Quantity")}}
@if(!$equipment->isEmpty())
@foreach($equipment as $b=>$data) @endforeach
{{__("No.")}} {{__("Code")}} {{__("Category")}} {{__("Equipment")}} {{__("Package number")}} {{__("Quantity")}}
{{$b+1}}. {{$data->code}} {{$data->category}} {{$data->equipment}} {{$data->package}} {{$data->quantity}} id}}>
@endif @endsection