| ID | Branch | Month | Profit | Locked | Actions |
|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $profit->branch->branch_name }} | {{ $profit->financial_month }} | {{ $profit->net_profit_amount }} | @if($profit->is_locked) Locked @else Open @endif | Edit |
@extends('layouts.main') @section('title', 'Monthly Profits') @section('content')
| ID | Branch | Month | Profit | Locked | Actions |
|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $profit->branch->branch_name }} | {{ $profit->financial_month }} | {{ $profit->net_profit_amount }} | @if($profit->is_locked) Locked @else Open @endif | Edit |