@extends('layouts.admin.base-dashboard')
@section('title', 'Revenue Report by Branch')
@section('content')
@include('layouts.admin.include.message')
@role('admin')
{{-- Cards for Revenue Information --}}
{{-- Total Sales --}}
{{-- Total Profit --}}
{{-- Total Transactions --}}
{{-- Total Products Sold --}}
@endrole
@role('inventory')
Inventory
@endrole
@role('cashier')
Hi {{ Auth::user()->name }}
@endrole
@endsection
@push('script')
@endpush