@extends('backend.layouts.app') @section('content')
Sale Revenues
Store
-- Select One --
@foreach($store_details as $user_store)
{{ $user_store['name'] }}
@endforeach
Date Range
Submit
Export
@endsection @section('after-scripts') @endsection