@foreach($categorys as $categorys) @endforeach
Form Model Id Form Field Id Value Name Status Action
{{ $categorys->form_model_id }} {{ $categorys->form_field_id }} {{ $categorys->value }} {{ $categorys->name }} {{ $categorys->status }} {!! Form::open(['route' => ['categorys.destroy', $categorys->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}