@extends('layouts.app') @section('title','بنود رسوم '.$building->name) @section('content')
إعدادات مستقلة لكل مبنى

بنود رسوم {{ $building->name }}

أي تعديل هنا يخص {{ $building->name }} فقط ولا يؤثر على المبنى الآخر.

V{{ config('app.version') }}
@foreach($buildings as $item) {{ mb_substr($item->name,0,1) }}بنود {{ $item->name }} @endforeach
any()) open @endif> + إضافة بند جديد إلى {{ $building->name }}اضغط لفتح نموذج الإضافة
@csrf
@foreach(['carry_forward'=>'يُرحّل للشهر التالي','on_receipt'=>'يظهر في الإيصال','in_reports'=>'يظهر في التقارير','active'=>'بند نشط'] as $name=>$label) @endforeach

قائمة بنود {{ $building->name }}

عدّل الاسم أو القيمة أو العلامات ثم اضغط «حفظ» في نفس السطر.

{{ $charges->count() }} بند
@forelse($charges as $item) @foreach(['is_shared'=>'مشترك','carry_forward'=>'يُرحّل','on_receipt'=>'إيصال','in_reports'=>'تقارير','active'=>'نشط'] as $field=>$label) @php $checked=$field==='is_shared'?$item->calculation_type==='shared':$item->{$field}; @endphp @endforeach @empty @endforelse
البندالقيمة الافتراضيةمشتركيُرحّلإيصالتقاريرنشطالحفظ
@csrf @method('put')
لا توجد بنود لهذا المبنى بعد.
@endsection