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

Financial Budget MIS Part List

{{-- report level --}}
{{-- Report level end --}} {{-- Start of branch level --}}
{{-- end of branch level --}} {{-- fiscal year level --}}
{{-- end fiscal year level --}}
{!! Form::label('', '.', ['class' => 'control-label col-md-12', 'style' => 'color:#708090']) !!}
{!! Form::submit('Submit', ['id' => 'reportSubmit', 'class' => 'btn btn-primary']); !!}
@if (count($data['financialBudgetList']) > 0 ) @foreach ($data['financialBudgetList'] as $list) @endforeach
SL Project Project Type Fiscal Year Action
{{ $loop->iteration }} {{ $list->project }} {{ $list->projectType }} {{ $list->fiscalYearName }} {{-- view budget --}} {{-- edit budget --}}
@endif
@endsection