@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 Invoice Number Net Amount Tax Amount Grand Total
{{$i}} {{ date("d-m-Y", strtotime($rec->BillDate)) }} {{$rec->BillNo}} {{ \Hp::currencyFormat($rec->TotalPrice) }} {{ \Hp::currencyFormat($rec->TotalTax) }} {{ \Hp::currencyFormat($rec->TotalPriceWithTax) }}
No Records Found
S.No Date Invoice Number Net Amount Tax Amount Grand Total
@endsection @section('page-script') @endsection