@extends('admin.partial.admin_master') @section('title') Edit Project | Aplikasi Project Management @endsection @section('css') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection @section('main') @can('Update Project')
@csrf
@php $tag = explode(',', $project->grouptag); @endphp
@if ($errors->has('project_name')) {{ $errors->first('project_name') }} @endif
Auto Calculate from Capex + Opex
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@if ($errors->has('project_description')) {{ $errors->first('project_description') }} @endif
@if (!empty($project->project_doc)) Download Existing Document @endif @if ($errors->has('project_doc')) {{ $errors->first('project_doc') }} @endif
@if (!empty($project->risk_doc)) Download Existing Document @endif @if ($errors->has('risk_doc')) {{ $errors->first('risk_doc') }} @endif
@if ($errors->has('project_owner')) {{ $errors->first('project_owner') }} @endif
@if ($errors->has('project_manager')) {{ $errors->first('project_manager') }} @endif
@php $member = explode(',', $project->team_member); @endphp @if ($errors->has('team_member')) {{ $errors->first('team_member') }} @endif
Kembali
@endcan @endsection @section('js') {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection