{{-- layout extend --}}
@extends('layouts.contentLayoutMaster')
{{-- page title --}}
@section('title','App Invoice List')
{{-- vendor styles --}}
@section('vendor-style')
@endsection
{{-- page styles --}}
@section('page-style')
@endsection
{{-- page content --}}
@section('content')
|
|
Invoice#
|
Amount |
Date |
Customer |
Tags |
Status |
Action |
|
|
INV-00956
|
$459.30 |
12-08-19 |
Pixinvent PVT. LTD |
Technology
|
UNPAID
|
|
|
|
INV-00349
|
$125.00 |
08-08-19 |
Volkswagen |
Car
|
PAID |
|
|
|
INV-00853
|
$10,503 |
02-08-19 |
Chevron Corporation |
Corporation
|
UNPAID |
|
|
|
INV-00452
|
$90 |
28-07-19 |
Alphabet |
Electronic
|
Partially Paid |
|
|
|
INV-00123
|
$15,900 |
23-07-19 |
Toyota Motor |
Car
|
PAID |
|
|
|
INV-00853
|
$115.06 |
24-06-19 |
Samsung Electronics |
Electronic
|
PAID |
|
|
|
INV-00153
|
$1,090 |
23-05-19 |
Pixinvent PVT. LTD |
Corporation
|
UNPAID |
|
|
|
INV-00788
|
$555.50 |
10-06-19 |
ExxonMobil |
Mobile
|
UNPAID |
|
|
|
INV-00326
|
$8,563 |
06-01-19 |
Wells Fargo |
Food
|
PAID |
|
|
|
INV-00759
|
$10,960.20 |
22-05-19 |
Ping An Insurance |
Corporation
|
Partially Paid |
|
|
|
INV-00999
|
$886.90 |
12-05-19 |
Apple |
Electronic
|
UNPAID |
|
|
|
INV-00223
|
$459.30 |
28-04-19 |
Communications |
Technology
|
PAID |
|
@endsection
{{-- vendor scripts --}}
@section('vendor-script')
@endsection
{{-- page scripts --}}
@section('page-script')
@endsection