@extends('layouts.app') @section('content')

بنود الرسوم المرنة

@csrf @isset($editing)@method('put')@endisset
@foreach(['carry_forward'=>'يُرحّل','on_receipt'=>'يظهر بالإيصال','in_reports'=>'يظهر بالتقارير','active'=>'نشط'] as $n=>$l)@endforeach
@foreach($charges as $c)@endforeach
البندالنوعالقيمةالحالة
{{ $c->name }}{{ $c->calculation_type }}{{ $c->default_amount }}{{ $c->active?'نشط':'موقوف' }}تعديل
@endsection