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

Create New Project

Add a polished project card with links, tech stack, status, and a strong visual preview.

Back to Projects
@if($errors->any())
Please review the form. Some project details are missing or invalid. Update the highlighted fields and try again.
@endif
Project Details
@csrf @include('projects._form', [ 'project' => null, 'technologies' => $technologies, 'showTechnologyQuickAdd' => true, 'allowTechnologyDelete' => true, ])
Back to List
Resetting all the fields...
What Makes A Good Project Card

Use a project name that feels clear and memorable at a quick glance.

Add GitHub and live demo links when available so visitors can explore instantly.

Choose the right technologies to keep your portfolio stack organized and credible.

Publishing Note

Active projects are the ones you want to present as ready for showcasing. Inactive projects stay saved but clearly marked.

Recommended image Landscape preview
Stack selection At least 1 tag
Best copy style Short and specific
Technology created successfully.
@endsection @section('styles') @endsection @section('scripts') @endsection