@if (Auth::check()) @extends('layouts.master') @else @extends('layouts.apps') @endif @section('styles') @endsection @section('content')
Logo Perusahaan
@if(session('status_update'))

{{ session('status_update') }}

Jenis kendaraan telah berhasil diubah di sistem.

Kembali ke Beranda
@endif {{-- @if($data) --}} {{-- @if($data || $cameraText) --}}

Ubah Jenis Kendaraan


@csrf @method('PUT') {{-- Informasi Transaksi --}}
No. Transaksi
@if ($data) {{ $data->no_pol }} @else
{{-- --}} @endif
Jam Masuk
@if ($data) {{ date('Y-m-d H:i:s', strtotime($data->waktu_masuk)) }} @else Not Detected @endif
Pintu Masuk
@if ($data) {{ $data->gateIn }} (Gate : {{ $data->id_pintu_masuk }}) @else Not Detected @endif
Kendaraan terbaca :
@if ($data) {{ $data->vehiclename }} @else Not Detected @endif
{{-- Ubah Kendaraan --}}
{{-- {{ json_encode($vehicle) }} --}} @if ($data) @else Not Detected @endif
{{-- Tombol --}}
Batal
{{-- @else

Halaman Utama Apps

Ini adalah tampilan standar ketika tidak ada ID yang dipilih.

@endif --}}
@endsection @section('javascript') @endsection