<?php
use App\Helper\Grid\GridCollection;
/** @var GridCollection $gridCustomPayments */
$gridCustomPayments = GridCollection::make( $customPayments );
echo $gridCustomPayments
->col( 'id' )
->col( 'title' )
->col( 'detail' )
->col( GridColumn::make( 'user.business_name' )->labeled( 'Business Name' ) )
->col( 'type' )
->col( 'status' )
->col( 'total' )
->col( 'desc' )
->col( 'error' )
->col( 'created' )
->col( 'date_payment' )
->col( 'modified' );
forked from haonx/laravel-grid-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
qtvhao/laravel-grid-collection
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%