@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

Retails Data List

Retails Data Filter

Bill Id Bill Number Article Pos Sps BDay Bill Value Min Bill Value Max DATE FROM DATE TO ACTION
@if($bills->count() > 0) @foreach($bills as $bill) @endforeach @else @endif
Bill Id Bill No. Biller Pos Name Customer Id Customer Name Telephone Mrp To. Sps B`Day Anniv. Apt Voucher Clearance Item Sub To. Tax Grand Bill Date Action
{{ $bill->id }} {{ $bill->bill_number }} {{ !empty($bill->billerInfo) ? $bill->billerInfo->name : '' }} {{ !empty($bill->pos_id) ? $bill->warehouse->name : '' }} {{ $bill->customer_id }} {{ $bill->firstname }} {{ $bill->telephone }} {{ $bill->total_mrp }} {{ $bill->total_sps_discount }} {{ $bill->total_bday_discount }} {{ $bill->total_ann_discount }} {{ $bill->total_apt_discount }} {{ $bill->total_voucher_discount }} {{ $bill->total_clearance }} {{ $bill->total_items }} {{ $bill->sub_total }} {{ $bill->total_tax }} {{ $bill->grand_total }} {{ $bill->bill_date }}
No Retails Data found!
{!! $bills->render() !!}
@endsection @section('extraJs') @endsection