@extends('admin.layout.master') @section('title','CASHIER SALES') @section('content')

Sales Report Table

--}} @foreach ($table as $item) @endforeach

Table name Amount
@endsection @section('script') @endsection