@extends('admin.layouts.app') @section('title', 'Create Certificate Template') @section('content')

Create Certificate Template

@csrf
@error('name') {{ $message }} @enderror
Upload a JPG or PNG image (max 2MB) @error('background_image') {{ $message }} @enderror
Drag the text elements to position them on the image. The coordinates will be automatically updated in the form fields.
@endsection @push('scripts') @endpush