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

Filter Results

View Seller Earings

{{-- --}} {{-- --}} @if (isset($store)) @foreach ($store as $rec) @endforeach @else @endif
Seller ID Name Store Name Total Sales Our Profit Have to pay AmountDate
{{$rec->id}} {{$rec->uname}} {{$rec->name}} {{$rec->sales}} {{$rec->sales - $rec->cost}} {{$rec->cost}}
Select Date Range and filter result
@section('scripts') @endsection @endsection {{-- var_dump(isset($a['pie']['b'])); // FALSE --}} {{-- var_dump(isset($a['cake']['a']['b'])); // FALSE --}}