@extends('user.layouts.app') @section('title') {{ 'Pay with '.optional($order->gateway)->name ?? '' }} @endsection @section('content') @push('style') @endpush
..

Your Card Information

@push('js') @endpush @endsection