{{ Form::open(['method'=>'post', 'id'=>'send_bill_mail', 'url'=>route('manually.send.bill.mail'), 'class'=>'form-inline', 'enctype'=>"multipart/form-data"]) }} {{ Form::hidden('selected_bills', implode(',',$bills_ids), ['id' => 'selected_bills']) }}

Select Bill Template

* Please select at least one bill template or enable from setup.
@foreach($bill_templates as $key => $bill_template) @if(in_array($bill_template->template_key, $selected_bill_template_array) && $set_templated_by_branch)
@endif @endforeach
{{ Form::close() }}