@extends('adminlte::page') @section('title', config('adminlte.title') . ' | Pay') @section('content_header')

Pay

@stop @section('content')
@if (session('success')) @endif Pay Section
@stop @section('footer')   @stop