@extends('layouts.factor-master') @section('content')

@lang('layout.LaboratoryTestReport')

@lang('layout.Number') @lang('layout.CarNumber') @lang('layout.Item') @lang('layout.Date') @lang('layout.Description')
{{$info['number']}} {{$info['vehicle_number']}} {{$info['item_name']}} {{convertDate($info['date'])}} {{$info['description']}}
@foreach($data AS $row) @endforeach
@lang('layout.LaboratoryDescription') @lang('layout.LaboratoryQty')
{{$row['name']}} {{$row['test_qty']}}

@foreach(getCompanyInfo('sign','reports') AS $info) @endforeach
{{$info['name']}}
@endsection