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

Add Project

{{-- Validation Errors --}} @if($errors->any())
@endif
@csrf {{-- Project Title --}}
{{-- Project Status --}}
{{-- Property Type --}}
{{-- Location --}}
{{-- Total Area --}}
{{-- Published At --}}

{{-- Card Image --}}
Recommended size: 400x300px
{{-- Banner Image --}}
Recommended size: 1600x600px
{{-- Banner Alt Text --}}

{{-- Project Content --}}

{{-- Gallery Images --}}
You can select multiple images (Hold Ctrl/Cmd to select multiple)
{{-- YouTube URL --}}
{{-- Brochure PDF --}}

{{-- FAQs --}}
Frequently Asked Questions (FAQ)

{{-- SEO & Publishing --}}
SEO & Publishing
{{-- SEO Title --}}
{{-- Meta Tags --}}
{{-- Schema --}}
{{-- Status --}}
Back
@endsection @push('scripts') @endpush