@extends('layouts.app') @section('title') {{__('Test consumptions')}} @endsection @section('css') @endsection @section('breadcrumb')

{{__('Test consumptions')}}

@endsection @section('content')

{{__('Test consumptions')}}

@csrf @php $consumption_count=0; @endphp @foreach($tests as $test)
{{$test['name']}}
@foreach($test['consumptions'] as $consumption) @php $consumption_count++; @endphp @endforeach
{{__('Product')}} {{__('Quantity')}}
@endforeach
@endsection @section('scripts') @endsection