@extends('layouts.main') @section('title', 'Branch Dashboard - ' . $branch->branch_name) @section('content')
{{ $branch->address_line_1 }}, {{ $branch->city }} - {{ $branch->postal_code }}
This Month
Current Employees
Average %
Monthly Goal
Sales performance over the last 30 days
Latest updates from your branch
{{ $activity->description }}
Activities will appear here when you add records
{{ \Carbon\Carbon::parse($currentMonth)->format('F Y') }}
No expenses recorded for this month
This Month's Top Performance
{{ \Carbon\Carbon::parse($metrics['best_sale_day']->sale_date)->format('l') }}
@elseNo sales recorded this month
@endif