@extends('site.layouts.app') @section('title', 'payment') @section('meta_description', 'This is the description for SEO') @section('meta_keywords', 'SEO, Keywords, Web Development') @section('meta_author', 'John Doe') @section('content')

Payment Details

@if (Session::has('success'))
×

{{ Session::get('success') }}

@endif
@csrf
{{--
Please correct the errors and try again.
--}}
@endsection