@extends('layouts.admin.base-dashboard') @section('title', 'Revenue Report by Branch') @section('content') @include('layouts.admin.include.message') @role('admin')

Revenue Report by Branch

{{-- Filter Date --}}
{{-- Start Date --}}
{{-- End Date --}}
{{-- Branch Select --}}
{{-- Error message for branch --}} @error('branch')
{{ $message }}
@enderror {{-- Submit Button --}}
{{-- Cards for Revenue Information --}}
{{-- Total Sales --}}
Total Penjualan (Rp)
0
{{-- Total Profit --}}
Total Keuntungan (Rp)
0
{{-- Total Transactions --}}
Total Transaksi
0
{{-- Total Products Sold --}}
Total Terjual
0
@endrole @role('inventory')

Inventory

@endrole @role('cashier')

Hi {{ Auth::user()->name }}

{{-- Filter Date --}}
@error('type')
{{ $message }}
@enderror
Total Penjualan (Rp)
0
Total Keuntungan (Rp)
0
Total Transaksi
0
Total Terjual
0
@endrole @endsection @push('script') @endpush