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

Edit Project

Back to List
Project Details
@if ($errors->any()) @endif
@csrf @method('PUT')
@if($project->image_url)
Current Image

Current Image

@endif
Leave empty to keep current image. Accepted formats: JPEG, PNG, JPG, GIF (Max: 2MB)
@endsection