{{ $title }}
Code | Initiator Customer | Secondary Customer | Status | |
---|---|---|---|---|
No barters! | ||||
{{ $barter->code }} | {{ $barter->initiator_customer->first_name.' '.$barter->initiator_customer->last_name }} | {{ $barter->secondary_customer->first_name.' '.$barter->secondary_customer->last_name }} | {!! $status !!} |
{{ $barters->appends(\Request::query())->links('vendor.pagination.custom-pagination') }}