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

Edit Project

Update the project summary, stack, links, or preview image while keeping the portfolio tidy and consistent.

Preview Project
@if($errors->any())
Some fields still need attention. Please correct the highlighted project details before saving the changes.
@endif
Edit Project Information
@csrf @method('PUT') @include('projects._form', ['project' => $project, 'technologies' => $technologies])
Cancel Edit
Project Snapshot
Record ID #{{ $project->id }}
Created {{ $project->created_at ? $project->created_at->format('M d, Y h:i A') : 'Not available' }}
Last Updated {{ $project->updated_at ? $project->updated_at->diffForHumans() : 'Not updated yet' }}
Linked Tech {{ $project->technologies->count() }}
Editing Tip

Try to keep the description short enough for cards, but strong enough that visitors understand the value quickly.

@endsection @section('styles') @endsection @section('scripts') @endsection