@extends('layouts.app') @section('title') {{ 'Transactions' }} @endsection @section('content') @include('layouts.message')
{!! $html->table([ 'class' => 'table border-top-0 table-bordered text-nowrap border-bottom', 'id' => 'AffiliateUserDataTable', ]) !!}
@push('scripts') {!! $html->scripts() !!} @endpush @endsection