@if($acc == "list" )
@include('layouts.breadcumb')
@section('header')
@stop
| ID |
Fecha |
Editar |
Eliminar |
|
|
|
|
@foreach( $rows as $row )
| {{ $count }} |
{{ date('d-m-Y', strtotime($row->fecha) ) }} |
|
|
@endforeach
@section('footer')
@stop
@endif
@if( $acc != "list" )