@section('header') @stop @if($acc == "list" ) @include('layouts.breadcumb')
@foreach( $rows as $row ) @endforeach
ID Nombre ... ...
ID... Nombre...
{{ $row->id }} {{ $row->nombre }}
@section('footer') @stop @endif @if( $acc != "list" )