Monthly Profits

@foreach($profits as $key => $profit) @endforeach
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
@csrf @method('DELETE')
{{ $profits->links() }}