@extends('layouts/layoutMaster') @section('title', 'DataTables - Tables') @section('vendor-style') @include('seller.pages.payment-history.css') @endsection @section('vendor-script') @endsection @section('page-script') @include('seller.pages.payment-history.js') @endsection @section('content')

{{-- DataTables / --}} Payment History

# Type Amount Fee Total Paid Payment Method Note Created at
@include('seller.pages.payment-history.modal') @endsection