@extends('web.layouts.main') @section('content') @include('web.pages.components.header',compact('title')) @if(settings('city_valid') == 'true') {{__('web.jeddah_note')}} @endif @CSRF {{__('web.info_sub')}} {{__('web.type_package')}} {{__('web.select')}} @foreach($types as $type) {{$type->descriptions()->name}} @endforeach {{__('web.package_info')}} {{__('web.select')}} {{__('web.count_day')}} {{__('web.select')}} {{__('web.delivery_time')}} {{__('web.select')}} @foreach($deliveries as $delivery) {{$delivery->descriptions()->name}} @endforeach {{__('web.city')}} {{__('web.select')}} @foreach($cities as $city) {{$city->descriptions()->name}} @endforeach {{__('web.area')}} {{__('web.select')}} {{__('web.address_details')}} {{__('web.discount')}} {{__('web.implementation')}} {{__('web.not_exist_cobon')}} {{__('web.payment_details')}} {{__('web.online_payment')}} {{__('web.tabby')}} {{__('web.payment_details')}} {{__('web.pay_continue')}} @include('web.pages.components.mail') @push('js') @endpush @stop
{{__('web.not_exist_cobon')}}