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

{{ $head ?? ''}}

@if($product ?? '' && $product->id) @method('PUT') @endif @csrf
@foreach($languages as $language)
@endforeach
{{__('products.snacks')}}
@foreach($snacks as $row)
id) @if(snackproduct($row->id,$product->id)) checked @endif @endif value="{{$row->id}}"> {{mealname($row->id)}}
@endforeach
@endsection @section('inner_js') @endsection