{{ Form::open(array('url' => 'superadmin/save-preference','class'=>'form addFormWrap invoiceForm', 'id' => 'invoice_preferences')) }}
Invoice Preferences
invoice_preference=='weekly'){{'checked'}}@endif />weekly
invoice_preference=='half_month'){{'checked'}}@endif />15 days
invoice_preference=='monthly'){{'checked'}}@endif/>monthly
Invoice Emails
{{$data->invoice_emails}}
Please enter comma(,) separated valid Emails
{{ Form::close() }}