@extends('layouts.frontend.master') @section('title') {{ !empty($menu['menu']) ? $menu['transtitle'] : '' }} @endsection @section('keyword') {{ !empty($menu['keyword']) ? $menu['transkeyword'] : '' }} @endsection @section('description') {{ !empty($menu['description']) ? $menu['transdescription'] : '' }} @endsection @section('head') @endsection @section('content')

{{$menu->transtitle}}

{{$menu->transdescription}}

{{$menu->transtitle}}

{!!$menu->transtext!!}

Meet our Chef

One morning, when Gregor Samsa woke from troubled dreams, he found himself
transformed in his bed into a horrible vermin.
@if (!empty($chefs)) @foreach ($chefs as $chef)
{{$chef->position}}
@endforeach @endif
@endsection @section('scripts') @endsection