@extends('layouts.app') @section('title', 'إضافة بند مصروفات') @section('breadcrumb') @endsection @section('content')
بند جديد
@csrf @include('expense-categories._form')
@endsection