@extends('portal.default.layouts.master') @section('body')
{!! Former::framework('TwitterBootstrap4'); !!} {!! Former::horizontal_open() ->id('payment_form') ->route('client.invoices.bulk') ->method('POST'); !!} {!! Former::hidden('hashed_ids')->id('hashed_ids')->value( $invoice->hashed_id ) !!} {!! Former::hidden('action')->id('action')->value('payment') !!}
@if($invoice->isPayable())
@endif
{!! Former::close() !!}
@endsection