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

{{$title}}

@CSRF
{{__('web.section_select')}}
@foreach($sections as $section)
id) checked @endif name="section" id="brand{{$section->id}}" value="{{$section->id}}" @if($section->id == ($section_id ?? null)) checked @endif>
@endforeach
{{__('web.gender')}}
{{__('web.package_status')}}
@isset(($packages)) @foreach($packages as $package)
id == $package_id) checked @endif id="package{{$package->id}}">
@endforeach @else @endisset
{{__('web.count_meals')}}
{{__('web.count_days')}}
@foreach($sides as $row)
{{ $row->descriptions()->name }} ({{__('web.choise')}})
@endforeach
{{__('web.count_snacks')}} ({{__('web.choise')}})
@push('js') @endpush @stop