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