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

Edit Event

@csrf @method('put')

Edit Event

Budgeting

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