@extends('layouts.admin') @section('content') @can('budget_create')
{{ trans('global.add') }} Budget
@endcan
Annual Budgets
IdYearTitlePropertyStatus 
@endsection @section('scripts') @parent @endsection