@extends('layouts.backapp') @section('content')

Laporan {{ $dealer->name }}

{{--
--}}

@foreach ($works as $work) @endforeach @foreach ($trxs as $trx) @foreach ($trx['works'] as $item) @endforeach @endforeach {{-- --}} @foreach ($totals as $total) @endforeach
Tanggal Pekerjaan
{{ $work->name }}
{{ $trx['date'] }}{{ $item['qty'] }}
Pt B 2 9 9 Detail

Total Bulan Ini


Total Bulan Kemarin

{{ $total['now'] }} @if($total['now'] > $total['prev']) @else @endif


{{ $total['prev'] }}

Laporan {{ $dealer->name }}

@foreach ($works as $work) @endforeach @foreach ($dealer_trxs as $trx) @foreach ($trx['works'] as $item) @endforeach @endforeach
SA Pekerjaan
{{ $work->name }}
{{ $trx['sa_name'] }}{{ $item['qty'] }}
@endsection @section('javascripts') @endsection