{{ __('Project') }}

@if(session('success')) {{ session('success') }} @endif
{{ __('Edit') }} {{ __('Proyek') }} @csrf @method('PUT')
{{ __('Nama Proyek') }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{ __('Nama PIC') }}
@if ($errors->has('pic_name')) {{ $errors->first('pic_name') }} @endif
{{ __('Email PIC') }}
@if ($errors->has('pic_email')) {{ $errors->first('pic_email') }} @endif
{{ __('Wa PIC') }}
@if ($errors->has('pic_wa')) {{ $errors->first('pic_wa') }} @endif
{{ __('Description') }}
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{ __('Save') }}