@extends('layouts.app') @section('title', 'تسجيل مصروف') @section('breadcrumb') @endsection @section('content')
مصروف جديد
@csrf @include('expenses._form')
@endsection