@extends('layouts.admin') @section('title', 'Edit Image') @section('content')
@csrf @method('PATCH')
@endsection