@extends('layout-admin.index') @section('title', 'Dashboard') @section('css') @endsection @section('body')
@foreach($checkUnits as $checkUnit)
@foreach ($checkUnit->carUnit->photos->take(1) as $photo) Gambar Mobil @endforeach {{ $checkUnit->status }} @if(!empty($checkUnit->car_status)) {{ $checkUnit->car_status }} @endif
{{ $checkUnit->carUnit->name }}
@if($checkUnit->user && $checkUnit->user->id)

 :  {{ $checkUnit->user->name}}

@else

 :  {{ $checkUnit->name}}

@endif

 :  {{ \Carbon\Carbon::parse($checkUnit->date)->format('d-m-Y') }}

 :  {{ $checkUnit->time }} WIB

@endforeach
@endsection @section('js') @endsection