{{ Form::model($invoice, array('route' => array('invoices.products.store', $invoice->id), 'method' => 'POST')) }}
@if(count($tasks) == 0) {{__('Click here to create Task')}} @endif
{{Form::submit(__('Save'),array('class'=>'btn btn-sm btn-primary rounded-pill'))}}
{{ Form::close() }}