@extends('admin.layouts.app') @section('content')

Create New Template

Back to Templates
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Upload a high-quality image (JPG, PNG, GIF). Recommended size: 800x600px or larger.

Default fields will be automatically added to your template:

  • Student Name
  • Course Name
  • Graduation Date
  • Serial Number
  • Instructor Name
  • Organization Name
@verbatim @endverbatim This contains the default field configuration. You can edit this later in the template builder.
Cancel
@endsection @push('scripts') @endpush