@extends('layouts.business.master') @section('title') {{ __('Overview') }} @endsection @section('main_content')
{{__('Profit')}}: 0
{{__('Loss')}}: 0
{{__('Income')}}: 0
{{__('Expense')}}: 0
| {{ __('SL') }}. | {{ __('Branch') }} | {{ __('Total Sales') }} | {{ __('Paid') }} | {{ __('Due') }} |
|---|
| {{ __('SL') }}. | {{ __('Branch') }} | {{ __('Qty') }} |
|---|---|---|
| {{ $loop->iteration }} | {{ $branch->name }} | {{ $branch->expired_stocks_count }} |
| {{ __('SL') }}. | {{ __('Branch') }} | {{ __('Total Purchase') }} | {{ __('Paid') }} | {{ __('Due') }} |
|---|
| {{ __('SL') }}. | {{ __('Branch') }} | {{ __('Staffs') }} |
|---|---|---|
| {{ $loop->iteration }} | {{ $branch->name }} | {{ $branch->employees_count }} |