@foreach($proyectos as $key => $proyecto)
{{--
{{ Carbon\Carbon::parse($proyecto->fecha)->format('d M, Y') }}
--}}
{{ $proyecto->name }}
{{ $proyecto->location }}
{{--
@php $etiquets = DB::select(DB::raw("SELECT * from etiquetas e,reseta_etiquetas r where e.id = r.etiqueta_id and r.reseta_id =".$proyecto->id)); @endphp @foreach($etiquets as $key => $etiqueta) {{$etiqueta->name}} @endforeach
LEER MÁS --}}
@endforeach @section('scripts') @stop