@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
@csrf

@lang('bulkprint::bulk.invoice_settings')


@lang('bulkprint::bulk.showing_page') (@lang('bulkprint::bulk.part'))

c_signature_p == 1? 'checked':''}}>
c_signature_c == 1? 'checked':''}}>
c_signature_o == 1? 'checked':''}}>
@if ($errors->has('per_th')) {{ @$errors->first('per_th') }} @endif
@if ($errors->has('prefix')) {{ $errors->first('prefix') }} @endif
@if ($errors->has('signature_p')) {{ $errors->first('signature_p') }} @endif

@lang('bulkprint::bulk.is_showing_signature')

signature_p==1 ? 'checked':''}} >
signature_p==0 ? 'checked':''}} >
@if ($errors->has('footer_2')) {{ $errors->first('footer_2') }} @endif

@lang('bulkprint::bulk.is_showing_signature')

signature_c==1 ? 'checked':''}}>
signature_c==0 ? 'checked':''}}>
@if ($errors->has('footer_3')) {{ $errors->first('footer_3') }} @endif

@lang('bulkprint::bulk.is_showing_signature')

signature_o==1 ? 'checked':''}} >
signature_o==0 ? 'checked':''}} >
@if ($errors->has('copy_s')) {{ $errors->first('copy_s') }} @endif
@if ($errors->has('copy_s')) {{ $errors->first('copy_s') }} @endif
@if ($errors->has('copy_s')) {{ $errors->first('copy_c') }} @endif
@if(userPermission('invoice-settings'))
@endif
@section('script') @endsection @endsection