@extends('accounts.nav') @section('head') @parent @stop @section('content') @parent @include('accounts.nav_advanced')
{{ Former::legend('invoice_options') }} {{ Former::checkbox('hide_quantity')->text(trans('texts.hide_quantity_help')) }} {{ Former::checkbox('hide_paid_to_date')->text(trans('texts.hide_paid_to_date_help')) }}
@if (Auth::user()->isPro()) {{ Former::actions( Button::lg_success_submit(trans('texts.save'))->append_with_icon('floppy-disk') ) }} @else @endif {{ Former::close() }}