@extends('admin::layouts.master') @section('title', 'Edit Section') @section('content')

Edit Section

@csrf @method('PUT')
@error('key')

{{ $message }}

@enderror
image_url)style="display:none"@endif>

Click to upload or drag and drop

JPEG, PNG, GIF, WebP. Max 2MB. Leave empty to keep current.

@if($section->image_url) @else @endif
@error('image')

{{ $message }}

@enderror
Cancel
@endsection