@extends('layouts.instructor') @section('breadcrumb')
{{__('Create Certificate')}}
{{__('Dashboard')}}
{{__('Manage Certificate')}}
{{__('Create Certificate')}}
@endsection @section('content')
{{__('Create Certificate')}}
@csrf
{{ __('Certificate Title') }}
{{ __('Title') }}
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
{{ __('Position X') }}
@if ($errors->has('title_x_position'))
{{ $errors->first('title_x_position') }}
@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') }}
{{ __('Body') }}
{{ __('Body') }}
{{$certificate->body}}
[name]
[course]
@if ($errors->has('body'))
{{ $errors->first('body') }}
@endif
{{ __('Position X') }}
@if ($errors->has('body_x_position'))
{{ $errors->first('body_x_position') }}
@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') }}
@if($certificate->role_2_show == 'yes')
{{ __('Your Signature') }}
{{ __('Signature') }}
({{ __('Recommend Size') }} 120x60 px)
@if ($errors->has('signature'))
{{ $errors->first('signature') }}
@endif
{{ __('Position X') }}
@if ($errors->has('role_2_x_position'))
{{ $errors->first('role_2_x_position') }}
@endif
{{ __('Position Y') }}
@if ($errors->has('role_2_y_position'))
{{ $errors->first('role_2_y_position') }}
@endif
@endif
{{ __('Save Certificate') }}
@include('admin.certificate.view')
@endsection @push('style')
@endpush @push('script') @endpush