@extends('layouts.app') @section('title', __('accounting::lang.budget')) @section('css') @endsection @section('content') @include('accounting::layouts.nav')

@lang( 'accounting::lang.budget' )

@component('components.widget', ['class' => 'box-solid']) @slot('tool')
@endslot
@if(count($budget)!=0) @include('accounting::budget.budget_table') @else

@lang( 'accounting::lang.select_a_financial_year' )

@endif
@endcomponent
@stop @section('javascript') @endsection