@foreach($materials as $material) @endforeach
Nombre Archivo Action
{{ $material->nombre }} {{ $material->archivo }} {!! Form::open(['route' => ['materials.destroy', $material->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-ghost-danger', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}