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

Create Section

@csrf
@error('key')

{{ $message }}

@enderror

Unique identifier used in the frontend to reference this section.

Click to upload or drag and drop

JPEG, PNG, GIF, WebP. Max 2MB.

@error('image')

{{ $message }}

@enderror
Cancel
@endsection