@for($j = 0;$j< foqas_setting('invoice_copy');$j++)
  • @if (foqas_setting('logo_type') == 1) @php $logo = foqas_setting('express'); @endphp @empty($logo) @php $logo = 'https://foqasacademy.s3.us-east-2.amazonaws.com/img/01/favicon.png'; @endphp @else @endempty @else @php $logo = foqas_setting('standard'); @endphp @empty($logo) @php $logo = 'https://foqasacademy.s3.us-east-2.amazonaws.com/img/01/icpl.png'; @endphp @endempty @endif

    {{$invoiceType[$j]}}

    {{$invoice->school['name']}}

    {{$invoice->school['address']}}

    Date: {{$invoice->created_at->format('d-m-Y')}}
    MR: {{$invoice->reciept_number}}
    @lang('Student Name'): {{$invoice->student['name']}}
    @lang('Class'): {{$invoice->student->section->class['name']}}
    @lang('Section'): {{$invoice->student->section['section_number']}}
    Student ID: {{$invoice->student['student_code']}}
    Session: @isset($invoice->student->studentInfo) {{getSessionById($invoice->student->studentInfo['session'],'schoolyear')}} @endisset
    {{--
    Shift:
    -->
    @lang("Student's Signature")
    @lang('Cashier')
    @lang('Officer')

    Developed by: {{reseller()->name}}

  • @endfor