@extends('layouts.front') @section('content') @section('css') @endsection
@if(isset($sliders) && !empty($sliders)) @foreach($sliders as $row) {{$row->title}} @endforeach @endif
@if(isset($sliders) && !empty($sliders)) @foreach($sliders as $row)

title ?>

description ?>

@endforeach @endif

{{isset($homepage->title)?$homepage->title:''}}

@if(isset($homepage->subtitle) && !empty($homepage->subtitle))

{{$homepage->subtitle}}

@endif

description)?$homepage->description:'' ?>

Lee Mas
about
@if(isset($special_menu) && count($special_menu)>0)

Especiales del día

El menú especial diario

@foreach($special_menu as $row)
@if(!empty($row->menu_item_name))
@if(!empty($row->image)) {{$row->menu_item_name}} {{$row->title}} @else @endif

{{$row->menu_item_name}} {{$row->title}}

@if ($row->description != '') @if ( $row->description && strlen($row->description) > 130) @php $description = substr($row->description, 0, 120) . '...'; @endphp {{$description}} @endif @endif

{{env('CURRENCY')}}{{$row->price}}
@endif
@endforeach
@endif

{!!$homepage->order_text!!}

Ordenar Comida

Catering

{{isset($catering->c_home_title)?$catering->c_home_title:''}}

{{isset($catering->c_home_description)?$catering->c_home_description:''}}

Lee Mas
@section('js') @if(request()->is('/')) @endif @endsection @endsection