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