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

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

@if(count($packages)) {{--
--}} {{--
--}} {{--
--}} {{--

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

--}} {{--

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

--}} {{--
--}} {{--
--}} {{-- @foreach($packages as $package)--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
{{$package->name}}
--}} {{--

{{$package->price}} {{__('packages.sar')}}

--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{__('packages.period')}}--}} {{-- {{$package->period}}--}} {{--
--}} {{--
--}} {{-- {{__('packages.available_users')}}--}} {{-- {{$package->available_users . __('packages.users')}}--}} {{--
--}} {{--
--}} {{-- {{__('packages.subscribe_now')}} --}} {{--

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

--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{--
--}}

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

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

@foreach($packages as $package) @endforeach @if(count($packageFeatures)) @foreach($packageFeatures as $id => $packageFeature) @if(count($packages)) @foreach($packages as $package) @endforeach @endif @endforeach @endif
{{__('packages.companies')}}
@if($settings['show_company_control']) @else 1 @endif
{{--
--}} {{--
--}} {{--
{{__('packages.branches')}}
--}} {{--
--}} {{-- --}} {{-- 3--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
{{__('packages.employees')}}
@if($settings['show_employee_control']) @else 5 @endif
{{__('packages.duration')}}
{{$package->name}}
{{$package->company_price}} {{$package->employee_price}} {{$package->price_1}} {{$package->price_2}} {{$package->price_3}}
{{--
99 ريال
--}}
{{$package->company_price+($package->employee_price*5)+$package->price_1}} {{__('packages.sar')}}
{{$packageFeature['name']}}
{{json_encode($packageFeature['details'] ?? [], true)}}
@endif @endsection @section('inner_js') @endsection