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

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

@csrf

@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 }}

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

@error('f_name') @enderror
@error('l_name') @enderror
@error('phone1') @enderror
@error('email') @enderror
@error('password') @enderror

@lang('home.Your order')

Shop Image
{{ $webinar->{'name_' . $lang} }}
@lang('home.EGP'){{ $webinar->price }}
@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