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

{{ @$title }}

img

Preview ( x ) All measurement depends on background height & width

@csrf
Background Image
Accepted Files: JPG, PNG
Accepted Size 1030 x 734
@if ($errors->has('background_image')) {{ $errors->first('background_image') }} @endif

Certificate Number Show
@if ($errors->has('show_number')) {{ $errors->first('show_number') }} @endif
Position Y
@if ($errors->has('number_y_position')) {{ $errors->first('number_y_position') }} @endif
Font Size
@if ($errors->has('number_font_size')) {{ $errors->first('number_font_size') }} @endif
Font Color

Title
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
Position Y
@if ($errors->has('title_y_position')) {{ $errors->first('title_y_position') }} @endif
Font Size
@if ($errors->has('title_font_size')) {{ $errors->first('title_font_size') }} @endif
Font Color

Certificate Date Show
@if ($errors->has('show_date')) {{ $errors->first('show_date') }} @endif
Position Y
@if ($errors->has('date_y_position')) {{ $errors->first('date_y_position') }} @endif
Font Size
@if ($errors->has('date_font_size')) {{ $errors->first('date_font_size') }} @endif
Font Color

Student Name
@if ($errors->has('show_student_name')) {{ $errors->first('show_student_name') }} @endif
Position Y
@if ($errors->has('student_name_y_position')) {{ $errors->first('student_name_y_position') }} @endif
Font Size
@if ($errors->has('student_name_font_size')) {{ $errors->first('student_name_font_size') }} @endif
Font Color

Body
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
Position Y
@if ($errors->has('body_y_position')) {{ $errors->first('body_y_position') }} @endif
Font Size
@if ($errors->has('body_font_size')) {{ $errors->first('body_font_size') }} @endif
Font Color

Title
@if ($errors->has('role_1_title')) {{ $errors->first('role_1_title') }} @endif
Signature
Accepted Files: PNG
Recommend Size 120 x 60
@if ($errors->has('role_1_signature')) {{ $errors->first('role_1_signature') }} @endif
Position Y
@if ($errors->has('role_1_y_position')) {{ $errors->first('role_1_y_position') }} @endif
Font Size
@if ($errors->has('role_1_font_size')) {{ $errors->first('role_1_font_size') }} @endif
Font Color

Title
@if ($errors->has('role_2_title')) {{ $errors->first('role_2_title') }} @endif
Position Y
@if ($errors->has('role_2_y_position')) {{ $errors->first('role_2_y_position') }} @endif
Font Size
@if ($errors->has('role_2_font_size')) {{ $errors->first('role_2_font_size') }} @endif
Font Color
@endsection @push('style') @endpush @push('script') @endpush