@extends('layouts.app') @section('content')

Site Summary Detail (Site Wise)

@if(!empty($data))
Back Export Excel Export PDF
@foreach($data as $row) @endforeach
Voucher Date Company Date Heading Amount Paid Account Name Amount Received
{{ $row->Voucher_Date }} {{ $row->Company }} {{ $row->DateHeading }} {{ $row->AmountPaid }} {{ $row->AccountName }} {{ $row->AmountReceived }}
@endif
@endsection