@extends('layout.simpleapp') @section('content') @include('include.simplenav')
@if(session()->get('locale')=='ar')

{{__('start saving time today and choose your best plan')}}

{{__('Your journey start with a click check out our services and choose the right plan')}}
@if (Session::has('status'))
  • {{ Session::get('status') }}
@endif
KWD {{$plan[0]['price']}} / {{$plan[0]['duration']}}
{{$plan[0]['ar_title']}}
{{substr($plan[0]['ar_description'], 0, 40)}} @if (strlen($plan[0]['ar_description'])>40) {{__('read more')}}... @endif
    @if ($plan[0]['line1'])
  • {{$plan[0]['ar_line1']}}
  • @endif @if ($plan[0]['line2'])
  • {{$plan[0]['ar_line2']}}
  • @endif @if ($plan[0]['line3'])
  • {{$plan[0]['ar_line3']}}
  • @endif @if ($plan[0]['line4'])
  • {{$plan[0]['ar_line4']}}
  • @endif @if ($plan[0]['line5'])
  • {{$plan[0]['ar_line5']}}
  • @endif
KWD {{$plan[1]['price']}} / {{$plan[1]['duration']}}
{{$plan[1]['ar_title']}}
{{substr($plan[1]['ar_description'], 0, 40)}} @if (strlen($plan[1]['ar_description'])>40) {{__('read more')}}... @endif
    @if ($plan[1]['line1'])
  • {{$plan[1]['ar_line1']}}
  • @endif @if ($plan[1]['line2'])
  • {{$plan[1]['ar_line2']}}
  • @endif @if ($plan[1]['line3'])
  • {{$plan[1]['ar_line3']}}
  • @endif @if ($plan[1]['line4'])
  • {{$plan[1]['ar_line4']}}
  • @endif @if ($plan[1]['line5'])
  • {{$plan[1]['ar_line5']}}
  • @endif
KWD {{$plan[2]['price']}} / {{$plan[2]['duration']}}
{{$plan[2]['ar_title']}}
{{substr($plan[2]['ar_description'], 0, 40)}} @if (strlen($plan[2]['ar_description'])>40) {{__('read more')}}... @endif
    @if ($plan[2]['line1'])
  • {{$plan[2]['ar_line1']}}
  • @endif @if ($plan[2]['line2'])
  • {{$plan[2]['ar_line2']}}
  • @endif @if ($plan[2]['line3'])
  • {{$plan[2]['ar_line3']}}
  • @endif @if ($plan[2]['line4'])
  • {{$plan[2]['ar_line4']}}
  • @endif @if ($plan[2]['line5'])
  • {{$plan[2]['ar_line5']}}
  • @endif
@else

{{__('start saving time today and choose your best plan')}}

{{__('Your journey start with a click check out our services and choose the right plan')}}
@if (Session::has('status'))
  • {{ Session::get('status') }}
@endif
KWD {{$plan[0]['price']}} / {{$plan[0]['duration']}}
{{$plan[0]['title']}}
{{substr($plan[0]['description'], 0, 40)}} @if (strlen($plan[0]['description'])>40) read more... @endif
    @if ($plan[0]['line1'])
  • {{$plan[0]['line1']}}
  • @endif @if ($plan[0]['line2'])
  • {{$plan[0]['line2']}}
  • @endif @if ($plan[0]['line3'])
  • {{$plan[0]['line3']}}
  • @endif @if ($plan[0]['line4'])
  • {{$plan[0]['line4']}}
  • @endif @if ($plan[0]['line5'])
  • {{$plan[0]['line5']}}
  • @endif
KWD {{$plan[1]['price']}} / {{$plan[1]['duration']}}
{{$plan[1]['title']}}
{{substr($plan[1]['description'], 0, 40)}} @if (strlen($plan[1]['description'])>40) read more... @endif
    @if ($plan[1]['line1'])
  • {{$plan[1]['line1']}}
  • @endif @if ($plan[1]['line2'])
  • {{$plan[1]['line2']}}
  • @endif @if ($plan[1]['line3'])
  • {{$plan[1]['line3']}}
  • @endif @if ($plan[1]['line4'])
  • {{$plan[1]['line4']}}
  • @endif @if ($plan[1]['line5'])
  • {{$plan[1]['line5']}}
  • @endif
KWD {{$plan[2]['price']}} / {{$plan[2]['duration']}}
{{$plan[2]['title']}}
{{substr($plan[2]['description'], 0, 40)}} @if (strlen($plan[2]['description'])>40) read more... @endif
    @if ($plan[2]['line1'])
  • {{$plan[2]['line1']}}
  • @endif @if ($plan[2]['line2'])
  • {{$plan[2]['line2']}}
  • @endif @if ($plan[2]['line3'])
  • {{$plan[2]['line3']}}
  • @endif @if ($plan[2]['line4'])
  • {{$plan[2]['line4']}}
  • @endif @if ($plan[2]['line5'])
  • {{$plan[2]['line5']}}
  • @endif
@endif
@endsection