@extends('sponsor.layouts.sponsor') @section('title') Sponsor | Event Cart & Payment Procedure @endsection @section('styles') @endsection @section('content')

{{ isset($sponsorCartCount)&&$sponsorCartCount?"Upload logo for selected Event(s)":'' }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

@if($cartItemList['items']) @foreach($cartItemList['items'] as $key => $cartItem)

{{ $key+1??'' }}

{{ $cartItem['event_date']??'' }}

{{ $cartItem['promotion_date']??'' }}
{{ $cartItem['pickup_time']??'' }}
@if($cartItem['is_available'] == 0) Promotion is over @endif

@endforeach @else
No item found
@endif
@if($cartItemList['is_available'] == 1 && $sponsorCartCount> 0)

Secure Payment Procedure

You can select any package and upload a logo which will print on food purchased invoices with hyperlink(if needed).

@csrf

Your cart {{ $sponsorCartCount??0 }}

  • Package price
    $0
  • Sub Total
    $0
  • Tax (%)
    $0
  • Total (USD) $0

Packages information

@if ($errors->has('packages_lavel')) @endif
* Logo format: jpeg, jpg, png only

Logo size must be within {{ get_setting('sponsor-logo-size') }}(px)

@if ($errors->has('logo_image')) @endif

Payment

Full name as displayed on card
@if ($errors->has('name_on_card')) @endif
@if ($errors->has('card_number')) @endif
@if ($errors->has('expiration_date')) @endif
@if ($errors->has('cvc')) @endif
Please correct the errors and try again.

@endif
@endsection @section('scripts') @endsection