No | Name | Dibuat Pada | Action |
---|---|---|---|
{{ $no++ }} | {{ $data->name }} | {{ \Carbon\Carbon::parse($data->created_at)->toFormattedDateString() }} | Ubah {!! 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() !!} |
Data Kosong |