@extends('layouts.app') @section('content')
Make Payment
@if (session('error'))
{{ session('error') }}
@endif
@csrf
@endsection