@extends('layouts.app') @section('title') {{ __('home.checkout') }} @endsection @section('content')

{{ __('home.checkout') }}

@if (isset($checkout_coupon))
@lang('home.Have a coupon?')

@lang('home.If you have a coupon code, please apply it below.')

@endif

@lang('home.Your order')

@lang('home.webinar') @lang('home.total')
{{ $webinar->{'name_' . $lang} }} @lang('home.EGP'){{ ' ' . $webinar->price }}
@lang('home.total') @lang('home.EGP'){{ ' ' . $webinar->price }}

@lang('home.Your order')

Shop Image
{{ $webinar->{'name_' . $lang} }}
@lang('home.EGP'){{ $webinar->price }}
@csrf
@lang('home.payment_methods')
@foreach ($payment_methods as $payment_method)
id==1?'checked':''}} name="payment_id" id="payment_{{$payment_method->id}}" value="{{$payment_method->id}}">
@endforeach
@endsection @section('script') {{-- copune --}} @if (Session::has('check_coupon')) @endif @php Session::forget('check_coupon'); @endphp @endsection