@extends('master.app') @section('title', 'customer') @section('body')

Retail Invoices

Report @include('general.filter-button') Add
@include('sale.retail_bills.filter-form')
@foreach ($bills as $row) @endforeach
Invoice Title Cus Name Cus Phone Total Date Actions
{{ $row->invoice_number }} {{ $row->title }} {{ $row->customer_name }} {{ $row->customer_phone }} {{ $row->grand_total }} {{ $row->invoice_date }}
{{--
{{ $bills->links('pagination::bootstrap-4') }}
--}}
@include('sale.retail_bills.filter-modal') @endsection @section('pageJs') @endsection