@extends('layouts.admin') @section('page-title', 'Create Project') @section('content')

Create New Project

@csrf
{{-- Project Title --}}
{{-- Client Name --}}
{{-- Location --}}
{{-- Project Type --}}
Hold CTRL to select multiple
{{-- Dates --}}
{{-- Descriptions --}}
{{-- Featured Image --}}
{{-- Behind Images --}}
{{-- ✅ SAME JS USED IN EDIT --}} @endsection