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

Edit Project

@csrf @method('put')

Edit Project

Budgeting

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