@extends('layouts/acc_layout') @section('title', 'Financial Budget MIS Part') @section('content') @include('accounting.misYearlyPlan.entry.style')

@if(!empty($data['fiscalYearSelected'])) Edit @else Add @endif Financial Budget MIS Part

@csrf @if(!empty($data['projectSelected'])) @endif @if(!empty($data['projectTypeSelected'])) @endif @if(!empty($data['fiscalYearSelected'])) @endif
{{-- Project level --}}
{{-- Project level end --}} {{-- Start of Project Type level --}}
{{-- end of Project Type level --}} {{-- fiscal year level --}}
{{-- end fiscal year level --}}
@foreach ($data['misBudgetStatementConfig']['firstTable'] as $config) @if ($config['hasValue']) @endif @endforeach
Name
{{$config['name']}}
{!! Form::submit('Submit', ['id' => 'reportSubmit', 'class' => 'btn btn-primary', 'disabled' => $isViewMode]) !!}
@endsection