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

{{__('web.packages')}}

@foreach($sections as $row)

{{sectionname($row->id)}}

    @foreach(itemsSection($row->id) as $item)
  • {{$item->value}}
  • @endforeach
{{__('web.showmore')}}
@endforeach

{{__('web.subscribe_mail')}}

{{__('web.enter_email')}}

@CSRF
@push('js') @endpush @stop