@include('header')
@yield('content', 'Empty content') @include("footer")
{{--
×
--}}
@foreach (DB::table('contents')->where('id', 16)->get() as $content)
Asesoría
personalizada
en recetas
DESEO SOLICITAR ASESORÍA DE UN EXPERTO
ENVIAR
{!! $content -> description !!}
{{--
{!! $content -> description !!}
--}} @endforeach
{{-- --}}
@yield('scripts', '')