@include('new_layouts.header') @include('accounting.side-menu')
| {{__('Name')}} | {{__('From')}} | {{--{{__('To')}} | --}}{{__('Budget Period')}} | {{__('Action')}} |
|---|---|---|---|---|
| {{ $budget->name }} | {{ $budget->from }} | {{--{{ $budget->to }} | --}}{{ __(\App\Models\Budget::$period[$budget->period]) }} |