@extends('layouts.app') @section('title', 'buyer | '.config('app.name')) @section('style') @endsection @section('content')

{{ $subscription->name }} Package

Payment Details

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

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

@endif
@csrf
Please correct the errors and try again.
@endsection @section('script') @endsection