@extends('layouts.admin.master') @section('content') @php $can_insert = auth_can(h_prefix('insert')); $can_update = auth_can(h_prefix('update')); $can_delete = auth_can(h_prefix('delete')); $profiles = ['driving', 'walking', 'cycling', 'truck', 'flight']; @endphp
Manajemen Rute
@if ($can_insert)
Buat Rute Baru
@endif

{!! $can_delete || $can_update ? '' : '' !!}
No Asal Tujuan Profil Jarak Durasi Optimasi Tol Driver Kendaraan DibuatAksi
@endsection @section('stylesheet') @endsection @section('javascript') @endsection