No | Nama | slug | Action |
---|---|---|---|
{{ $no++ }} | {{ $data->name }} | {{ $data->slug }} |
@if ($data->status == 'multi')
@can($status.'-view')
Lihat @endcan @endif @can($status.'-update') Ubah @endcan @can($status.'-delete') {!! Form::open(['route' => [$status.'.destroy', $data->id], 'method' => 'delete']) !!} {!! Form::button('Hapus Data', ['type' => 'submit', 'class' => 'btn btn-sm btn-outline-danger', 'style'=>'width:150px;margin-top:7px;', 'onclick' => "return confirm('Are you sure?')"]) !!} {!! Form::close() !!} @endcan |
Data Kosong |