@extends('web.layouts.container') @section('content') {{$categoryPage->description}} @foreach($categories as $category) {{$category->currentDescription->name}} @endforeach {{__('articles.our_flavors')}} @if(count($flavors)) @foreach($flavors as $flavor) {{$flavor->name}} {{$flavor->name}} {{$flavor->description}} {{$flavor->flavorTypeName}} @endforeach @endif {{__('articles.view_all_flavors')}} {{$whyUsPage->title}} @if(is_array($whyUsPage->meta) && count($whyUsPage->meta)) @foreach($whyUsPage->meta['titles'][$lang] as $meta) {{$meta}} @endforeach @endif {{__('photoCategories.we_deliver_through')}} @if(count($deliveryCompanies)) @foreach($deliveryCompanies as $deliveryCompany) @endforeach @endif @endsection @section('inner_js') @endsection
{{$categoryPage->description}}
{{$flavor->description}}