@extends('layouts.master') @extends('sidebar.dashboard') @section('page-style') @endsection @section('content')
Profile Cover Photo
Profile Picture

{{$outletInfo->StoreName}}

Manager : {{$outletInfo->StoreManagerName}}
Mobile : {{$outletInfo->StoreManagerPhoneNumber}}

Reports

Back
@if(count($storeRecords)>0) @foreach($storeRecords as $rec) @endforeach @else @endif
S.No Date Net Amount Tax Amount Grand Total
{{$i}} {{$rec->bill_date}} {{ \Hp::currencyFormat($rec->TotalPrice) }} {{ \Hp::currencyFormat($rec->TotalTax) }} {{ \Hp::currencyFormat($rec->TotalPriceWithTax) }}
No Records Found
S.No Date Net Amount Tax Amount Grand Total
@endsection @section('page-script') @endsection