@extends('layouts.app') @section('title', $title) @section('subtitle', $subtitle) @push('css') @endpush @section('content')
| No | Nama Armada | Harga | Urutan | Gambar | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $p->name }} | Rp {{ number_format($p->price, 0, ',', '.') }} | {{ $p->position }} |
|
Show @can('fleet-edit') Edit @endcan @can('fleet-delete') @endcan |