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

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

@if(count($packages)>0) {{$packages[0]->cost}} {{__('web.sar')}} @endif @if(Session::has('error'))

{{ Session::get('error') }}

@endif

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

@foreach($packages as $key=>$row)
@endforeach
{{__('web.length')}}
{{__('web.contactway')}}

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

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

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