migrate to gtea from bistbucket
This commit is contained in:
21
Modules/Business/resources/views/walk-dues/invoice.blade.php
Normal file
21
Modules/Business/resources/views/walk-dues/invoice.blade.php
Normal file
@@ -0,0 +1,21 @@
|
||||
@extends('layouts.business.blank')
|
||||
|
||||
@section('title')
|
||||
{{ __('Invoice') }}
|
||||
@endsection
|
||||
|
||||
@section('main_content')
|
||||
@if (invoice_setting() == '3_inch_80mm')
|
||||
@include('business::walk-dues.invoices.3_inch_80mm')
|
||||
@else
|
||||
@include('business::walk-dues.invoices.a4-size')
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
@push('js')
|
||||
<script src="{{ asset('assets/js/custom/onloadPrint.js') }}"></script>
|
||||
@endpush
|
||||
|
||||
@push('js')
|
||||
<script src="{{ asset('assets/js/custom/onload-print.js') }}"></script>
|
||||
@endpush
|
||||
Reference in New Issue
Block a user