@extends('layouts.app') @push('title') {{ __('Chcekout') }} @endpush @section('content')

{{ __('Proceed Payment') }}

@csrf

{{ __('Payment') }}

{{ __('Bank Deposit') }}

@if($type == 'membership')

{{ __('Details') }}

{{ $membership->title }}

{{showPrice($membership->price)}}/{{$membership->duration}} {{getDurationType($membership->duration_type)}}

@else

{{ __('Details') }}

{{ $event->title }}

{{ $event->title }}

{{ getSubText($event->description, 100) }}

{{ __('More Details') }}
@endif

{{ __('Select Payment Method') }}

    @foreach ($gateways as $gateway)
  • @endforeach
@endsection @push('script') @endpush