@extends('layouts.app') @section('content')

Edit Proyek

Perbarui detail untuk: {{ $proyek->nama_proyek }}

@if ($errors->any()) @endif
@csrf @method('PUT')
{{-- Nama Proyek --}}
{{-- Klien --}}
{{-- Nilai Kontrak --}}
{{-- Tanggal Mulai --}}
{{-- Target Selesai --}}
{{-- PIC --}}
{{-- Nomer PIC --}}
{{-- Tombol Aksi --}}
Batal
@endsection