@foreach($typeratings as $typerating) @endforeach
Type Code Name Description
{{ $typerating->type }} {{ $typerating->name }} {{ $typerating->description }} {{ Form::open(['route' => ['admin.typeratings.destroy', $typerating->id], 'method' => 'delete']) }} {{ Form::button('', ['type' => 'submit', 'class' => 'btn btn-sm btn-danger btn-icon', 'onclick' => "return confirm('Are you sure?')"]) }} {{ Form::close() }}