@include('Partials.sidebar')
@include('Partials.header')

Projects

  1. Projects
  2. Edit
{{-- ── Flash Messages ───────────────────────── --}} @if(session('success'))
@endif @if(session('error'))
@endif {{-- ── Validation Errors ────────────────────── --}} @if($errors->any())
@endif

Update Project

@csrf @method('PUT')
{{-- Project Name --}}
{{-- Project Location --}}
Leave unchanged to keep the current location.
{{-- Current Logo + Replace --}}

@if($project->logo_file) Current Logo @else No logo uploaded yet. @endif Leave empty to keep the current logo.
{{-- Current Project Image + Replace --}}

@if($project->project_image_file) Current Image @else No image uploaded yet. @endif Leave empty to keep the current image.
Cancel
@include('Partials.footer')