All Payment Types listing Add
ID | Name | Status | Date | Action | |
---|---|---|---|---|---|
{{$datas->id}} | {{$datas->name}} | @if($datas->status=='1') Activated @else De-Activated @endif | {{$datas->created_at}} | Edit | {{ Form::open(array('url' => 'admin/payment_types/' . $datas->id, 'class' => 'pull-right')) }} {{ Form::hidden('_method', 'DELETE') }} {{ Form::submit('Delete', array('class' => 'btn btn-danger')) }} {{ Form::close() }} |
ID | Name | Status | Date | Action |