@extends('backEnd.master') @section('title') @lang('bulkprint::bulk.invoice_settings') @endsection @section('css') @endsection @section('mainContent') @php $setting = App\SmGeneralSettings::where('school_id', Auth::user()->school_id)->first(); if(!empty($setting->currency_symbol)){ $currency = $setting->currency_symbol; }else{ $currency = '$'; } @endphp @lang('bulkprint::bulk.invoice_settings') @lang('common.dashboard') @lang('bulkprint::bulk.bulk_print') @lang('bulkprint::bulk.invoice_settings') @csrf @lang('bulkprint::bulk.invoice_settings') @lang('bulkprint::bulk.showing_page') (@lang('bulkprint::bulk.part')) c_signature_p == 1? 'checked':''}}> {{$invoiceSettings->copy_s}} c_signature_c == 1? 'checked':''}}> {{$invoiceSettings->copy_c}} c_signature_o == 1? 'checked':''}}> {{$invoiceSettings->copy_o}} @if ($errors->has('per_th')) {{ @$errors->first('per_th') }} @endif @lang('bulkprint::bulk.invoice_prefix_format_standard_three_character') @if ($errors->has('prefix')) {{ $errors->first('prefix') }} @endif @lang('common.signature') @if ($errors->has('signature_p')) {{ $errors->first('signature_p') }} @endif @lang('bulkprint::bulk.is_showing_signature') signature_p==1 ? 'checked':''}} > @lang('common.yes') signature_p==0 ? 'checked':''}} > @lang('common.no') @lang('common.signature') @if ($errors->has('footer_2')) {{ $errors->first('footer_2') }} @endif @lang('bulkprint::bulk.is_showing_signature') signature_c==1 ? 'checked':''}}> @lang('common.yes') signature_c==0 ? 'checked':''}}> @lang('common.no') @lang('common.signature') @if ($errors->has('footer_3')) {{ $errors->first('footer_3') }} @endif @lang('bulkprint::bulk.is_showing_signature') signature_o==1 ? 'checked':''}} > @lang('common.yes') signature_o==0 ? 'checked':''}} > @lang('common.no') @lang('bulkprint::bulk.copy_for') @if ($errors->has('copy_s')) {{ $errors->first('copy_s') }} @endif @lang('bulkprint::bulk.copy_for') @if ($errors->has('copy_s')) {{ $errors->first('copy_s') }} @endif @lang('bulkprint::bulk.copy_for') @if ($errors->has('copy_s')) {{ $errors->first('copy_c') }} @endif @if(userPermission('invoice-settings')) @lang('common.update') @endif @section('script') @endsection @endsection
@lang('bulkprint::bulk.showing_page') (@lang('bulkprint::bulk.part'))
@lang('bulkprint::bulk.is_showing_signature')