@extends('layouts.AdminLayout') @section('content')

Payment List

@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
S.No. User Name Amount Email Date


@endsection @section("js") @endsection