@extends('layouts.index') @section('header')
{{$title}}
@endsection @push('styles') @endpush @section('content')

{{$title}}

@foreach ($datas as $data) @endforeach
No Ekspedisi/Perusahaan Supir Nopol Total Unit di Angkut Jumlah Defect
{{ $loop->iteration }} {{ $data->nama_perusahaan }} {{ $data->nama }} {{ $data->nomor_armada }} {{ \App\Models\DetailTransaksi::where('status', 'selesai')->where('armada_id', $data->armada_id)->count() }} {{ $data->c }}
@push('scripts') @endpush @endsection