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

Hi! welcome! Generate Report trophy

GH₵@convert($all_sales)

Sales - Last 30 days

{{$all_orders}}

Orders

{{$all_product}}

Products

{{$all_user_show->count()}}

Users
Sales Person Report
@foreach($all_user_show as $user) @endforeach
Name Branch Action
{{@strtoupper($user->name)}} {{@strtoupper($user->branch)}}
Branch Report
@foreach($branches as $branches) @endforeach
Branch Name Actions
{{$branches->branch_name}}
@endsection