@extends('portal.default.layouts.master') @section('header') @parent @stop @section('body')
{!! Former::framework('TwitterBootstrap4'); !!} {!! Former::horizontal_open() ->id('payment_form') ->route('client.invoices.bulk') ->method('POST'); !!} {!! Former::hidden('hashed_ids')->id('hashed_ids') !!} {!! Former::hidden('action')->id('action') !!} {!! Former::close() !!}
@if(auth()->user()->client->getCreditCardGateway()) @endif
{!! $html->table(['class' => 'table table-hover table-striped', 'id' => 'datatable'], true) !!}
@endsection @push('scripts') @endpush