@extends('admin.app')
{{-- Web site Title --}}
@section('title') Invoices :: @parent @stop
@section('content')
@if (isset($status))
{{ $status['header'] }}
@foreach ($status['messages'] as $m)
- {{$m}}
@endforeach
@endif
Salon Name |
Invoice No |
Recorded Business |
Reported Business |
Glam Genrated |
Commission Model |
Subtotal |
TAX Amount |
Voucher Amount |
Prepaid Amount |
Invoice Amount |
Previous Amount |
Previous Discount |
Previous Paid |
Grand Total |
Action |
Total |
--- |
@{{total.recorded_revenue}} |
@{{total.reported_revenue}} |
@{{total.glam_generated_revenue}} |
-- |
@{{total.total_amount | intVal}} |
@{{total.total_tax | intVal}} |
@{{total.voucher_amount | intVal}} |
@{{total.prepaid_amount | intVal}} |
@{{total.invoice_total | intVal}} |
@{{total.prev_amount | intVal}} |
@{{total.prev_discount | intVal}} |
@{{total.prev_paid | intVal}} |
@{{(total.grand_total? total.grand_total : total.invoice_total) | intVal}} |
|
No record found..
|
@endsection
@section('styles')
@endsection
{{-- Scripts --}}
@section('scripts')
@endsection