Rudra Builders
& Developers
HOME
PROJECT
CREATE PROJECT
LOGOUT
{{-- Success Message --}} @if (session('success'))
{{ session('success') }}
@endif {{-- Error Message --}} @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Our Works
Latest Projects
All
Upcoming
Ongoing
Completed
@foreach ($projects as $project)
@php $image = $project->project_image1; $video = $project->project_video; @endphp
{{-- If NO image but HAS video → show video --}} @if (!$image && $video)
@endif
{{ ucfirst($project->category) }}
{{ $project->project_name }}
Edit
@csrf @method('DELETE')
Delete
@endforeach
Add Project
@csrf
Project Name
Category
Select Category
Upcoming
Ongoing
Completed
Short Introduction
Key Highlights
(enter comma-separated values)
Location
Status
Main Image
(required)
Secondary Image (optional)
Gallery Image (optional)
Project Video (optional)
Edit Project
@csrf @method('PUT')
Project Name
Category
Upcoming
Ongoing
Completed
Short Introduction
Key Highlights
(comma-separated)
Location
Status
Main Image
(leave empty to keep current)
Secondary Image (optional)
Gallery Image (optional)