{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

PAY NOW

@csrf @if(\Session::has('error'))
{{ \Session::get('error') }}
{{ \Session::forget('error') }} @endif @if(\Session::has('success'))
{{ \Session::get('success') }}
{{ \Session::forget('success') }} @endif
@if ($errors->any())
Error!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ $dueamount[0]->participant_name }}
{{ $dueamount[0]->name }}
{{ $dueamount[0]->clientcur }} {{ $dueamount[0]->clientamount }}
@endsection {{-- Scripts Section --}} @section('scripts') @endsection