@extends('layouts.index') @section('title') Edit Program @endsection @section('css') @endsection @section('content')

Edit Program

@csrf @method('put')

Edit Program

program_type == 'initiation') style="display: flex;" @else style="display: none;" @endif>
program_type == 'formulation') style="display: flex;" @else style="display: none;" @endif>

Budgeting

Description
Volume
Unit Cost
Total (IDR)
Total (USD)
@forelse($program->budget as $key => $data)
@if ($key == 0 && $program->budget->count() > 1)
@else
@endif
@empty
@endforelse
Back
@endsection @section('js') {{-- --}} @endsection