@extends('admin.layout.app') @section('content')

Payment Report

Reset
Download Excel @if(@$_GET['owner_id'] && @$_GET['restaurant_id']) @foreach($business as $key=>$busines) @endforeach @endif
S No. Restaurant Payment Method Amount
{{$key+1}} {{@$busines->business_name}} {{@$busines->pay_method}} ${{@$busines->total_amount}}
@endsection