@extends('layouts.site') @section('content')

{{ trans('home.Payment') }}

@foreach(\App\PaymentMethod::where('active',1)->where('type','vodafone')->where('lang',app()->getLocale())->get() as $paymentMethods)

{{ $paymentMethods->title }}

{!! $paymentMethods->description !!}
{{ $paymentMethods->title }}

@lang('home.You have to pay') {{ ($location->countryName=='Egypt')?(in_array($session->type,['30','3','10'])?$therapist->price30:$therapist->price60):(in_array($session->type,['30','3','10'])?$therapist->thirty_price_dollar:$therapist->sixty_price_dollar) }} {{ $location->countryName=='Egypt'?'EGP':'USD' }}

@endforeach {{----}}
@endsection @push("downloadPDF") @endpush