{!! Form::open(['route' => ['admin.invoices.invoice-items.store-bulk', $invoice], 'method' => 'POST']) !!}
{!! Form::checkbox('checkAll', 1, 0, ['class' => 'form-check-input phase-check-all']) !!} Phase Stage Cost Status
{!! Form::close() !!}