@extends('layouts.customer.public_view') @section('title', $rec->number) @section('content')
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
{{ $rec->status->name }}
@if(is_array($data['online_payment_modes']) && count($data['online_payment_modes']) > 0 && (in_array($rec->status_id, [INVOICE_STATUS_UNPAID, INVOICE_STATUS_PARTIALLY_PAID, INVOICE_STATUS_OVER_DUE])) ) @endif @lang('form.download')

@include('invoice.customer_view_payment_options')
@endsection @section('onPageJs') @endsection