@extends('layouts.admin') @section('title', 'Edit Image') @section('content')

Edit Image

@csrf @method('PUT')
@if($image->image_path) @endif
@endsection