@extends('web.layouts.container') @section('content')

{{__('articles.our_flavors')}}

@if(count($flavors)) @foreach($flavors as $flavor) @endforeach @endif
@endsection @section('inner_js') @endsection