@php use Carbon\Carbon; $sort_no = Config::get('app.sort_no'); $end_no = Config::get('app.end_no'); @endphp @extends('mainlayout') @section('title') MILIKI | Checkout {{$plot->plotnumber}} - {{$property->name}} @endsection @push('extracss') @endpush @section('content') @php app('redirect')->setIntendedUrl('/checkout/plot/'.urlencode(base64_encode( (($property->id*$sort_no)/$end_no) )).'/'.urlencode(base64_encode( (($plot->id*$sort_no)/$end_no) ))); @endphp
  • Choose Payment Plan
  • Fill Owner Details
  • Choose Payment Method
  • Make Payment

{{ __('messages.purchase_plot_text') }} {{$plot->plotnumber}} - {{$property->name}}

{{ __('messages.order_summary') }}

{{ __('messages.plot_no') }} {{$plot->plotnumber}} - {{$property->name}}

{{ __('messages.by') }} : {{$property->propertyownername}}

{{ __('messages.area_size') }}: {{$plot->area_size}} SQM

{{ __('messages.land_use') }} : {{$plot->landuse}}

{{ __('messages.choose_a_payment_plan') }}

{{ __('messages.pay_in_full') }}

TZS {{number_format($plot->fullprice)}} | {{ __('messages.onetime_payment') }}

@php $full_install = $plot->fullprice * 0.2; $leo_1 = Carbon::createFromFormat('d-m-Y',Carbon::now()->format('d-m-Y')); $leo_2 = Carbon::createFromFormat('d-m-Y',Carbon::now()->format('d-m-Y')); $day_2 = $leo_1->addDays($plot->full_initial_expiry_days); $day_14 = $leo_2->addDays($plot->full_complete_expiry_days); @endphp

1. Pay initial payment of atleast (20%) of Tsh {{number_format($full_install)}} by {{$day_2->toFormattedDateString()}} (in {{$plot->full_initial_expiry_days}} days from today)

2. Complete payment by {{$day_14->toFormattedDateString()}}

3. You can pay via mobile money, card or bank.

4. You will get notification on all payments and details will be viewed in your profile.

5. Terms and condition applies.

Choose Plan
{{ __('messages.pay_in_installments') }}

TZS {{number_format($plot->installment)}} | {{$plot->installment_complete_expiry_days}} days plan

@php $install = $plot->installment * 0.2; $leo_11 = Carbon::createFromFormat('d-m-Y',Carbon::now()->format('d-m-Y')); $leo_22 = Carbon::createFromFormat('d-m-Y',Carbon::now()->format('d-m-Y')); $day_one = $leo_11->addDays($plot->installment_initial_expiry_days); $day_two = $leo_22->addDays($plot->installment_complete_expiry_days); @endphp

1. Pay initial payment of atleast (20%) of Tsh {{number_format($install)}} by {{$day_one->toFormattedDateString()}} (in {{$plot->installment_initial_expiry_days}} days from today)

2. Complete payment by {{$day_two->toFormattedDateString()}}

3. You can pay via mobile money, card or bank.

4. You will get notification on all payments and details can be viewed in your profile.

5. Terms and condition applies.

Choose Plan
@endsection @push('extrascripts') @endpush