@extends('Shared/layout') @section('title','Listado de ARL') @section('content')
Listado de ARL
@foreach ($arls as $item) @endforeach
          NOMBRE DESCRIPCION
@csrf {{method_field('DELETE')}}
{{$item->name}} {{$item->description}}
@endsection