@extends('frontend.frontend-page-master') @section('site-title') {{get_static_option('site_'.get_default_language().'_title')}} - {{get_static_option('site_'.get_default_language().'_tag_line')}} @endsection @section('page-title') {{__('PayStack Payment')}} @endsection @section('style') @endsection @section('content')
{!! render_image_markup_by_attachment_id(get_static_option('paystack_preview_logo')) !!}
@csrf
{{-- required --}} {{-- required in kobo --}} {{-- --}} {{-- For other necessary things you want to add to your payload. it is optional though --}} {{-- required --}}

@endsection @section('scripts') @endsection