Merge pull request #1747 from burakcakirel/title-subheading-documents
Remove type from company title and subheading
This commit is contained in:
		@@ -15,11 +15,11 @@
 | 
			
		||||
 | 
			
		||||
                    <div class="col-sm-6 col-md-6 col-lg-6 col-xl-6">
 | 
			
		||||
                        @if (!$hideDocumentTitle)
 | 
			
		||||
                            {{ Form::textGroup('title', trans('settings.' . $type . '.title'), 'font', ['data-field' => 'setting'], setting($type . '.title'), 'col-md-12') }}
 | 
			
		||||
                            {{ Form::textGroup('title', trans('settings.invoice.title'), 'font', ['data-field' => 'setting'], setting($type . '.title'), 'col-md-12') }}
 | 
			
		||||
                        @endif
 | 
			
		||||
 | 
			
		||||
                        @if (!$hideDocumentSubheading)
 | 
			
		||||
                            {{ Form::textGroup('subheading', trans('settings.' . $type . '.subheading'), 'font', ['data-field' => 'setting'], setting($type . '.subheading'), 'col-md-12') }}
 | 
			
		||||
                            {{ Form::textGroup('subheading', trans('settings.invoice.subheading'), 'font', ['data-field' => 'setting'], setting($type . '.subheading'), 'col-md-12') }}
 | 
			
		||||
                        @endif
 | 
			
		||||
 | 
			
		||||
                        @if (!$hideCompanyEdit)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user