@extends('backEnd.master') @section('title') @lang('bulkprint::bulk.fees_invoice_settings') @endsection @section('css') @endsection @section('mainContent')
@csrf

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


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

invoice_type == 'invoice' ? 'checked':''}} >
invoice_type == 'slip' ? 'checked':''}} >

@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('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('fees-invoice-settings-update'))
@endif
@section('script') @endsection @endsection