@extends('layouts.master') @section('content')

Certificate Designer

{{ $certificate_template->template_name }}

@csrf @method('PUT')
@foreach($certificate_template->fields as $field) @endforeach
Field Top Left Width Font Size Color
{{ $field->field_name }}
@endsection