No | Nama | Jenis Kelamin | Tanggal Lahir | Dibuat Pada | Action |
---|---|---|---|---|---|
{{ $no++ }} | {{ $data->nama }} | {{ $data->jenis_kelamin }} | {{ $data->tanggal_lahir->format('d M Y') }} |
@can($status.'-view')
Lihat @endcan @can($status.'-update') Ubah @endcan @can($status.'-delete') {!! Form::open(['route' => [$status.'.destroy', $data->id], 'method' => 'delete']) !!} {!! Form::button('Hapus', ['type' => 'submit', 'class' => 'btn btn-danger', 'style'=>'width:100px;margin-top:7px;', 'onclick' => "return confirm('Are you sure?')"]) !!} {!! Form::close() !!} @endcan |
|
Data Kosong |