@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']}} |
@lang('layout.LaboratoryDescription') |
@lang('layout.LaboratoryQty') |
@foreach($data AS $row)
{{$row['name']}} |
{{$row['test_qty']}} |
@endforeach
@foreach(getCompanyInfo('sign','reports') AS $info)
|
@endforeach
@endsection