{{-- @extends('layouts.masteruser') --}} @extends('layouts.master') @section('title', 'Express54') @section('content')
{{-- --}} @csrf
  • @lang('messages.service')
  • @lang('messages.collectdata')
  • Documents
  • Speed
  • Delivery
  • {{--
  • Pay
  • --}}
@if (Session('success')) @endif @if (Session('error')) @endif
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@foreach ($services as $service) @endforeach


Payment


https://www.ci-embassyepay.org/

Scan the QR code or click on the link to proceed with payment
Once the payment is completed, please upload the receipt.

{{-- --}}
{{-- --}}

@endsection