@extends('admin.layouts.app') @section('title', 'Edit Project') @section('header-title', 'Edit Project') @section('content')
Edit Project
@csrf @method('PUT')
@if($project->project_plan)

View PDF

@endif
@if($project->image)

@endif
Cancel
@endsection