@extends('admin.layouts.master') @section('title', 'Design Certificate') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @section('stylesheets') @endsection @slot('heading') {{ __('Design Certificate') }} @endslot @slot('menu1') {{ __('Design Certificate') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Create Certificate') }}
@csrf

{{ __('• use') }} {{ __('[user]') }} {{ __('to display enrolled user name') }}
{{ __('• use') }} {{ __('[course]') }} {{ __('to display course name on certificate.') }}

@csrf

{{ __('Upload') }}
@if(isset($certificate->background_image)) @endif


@csrf

@csrf

@csrf

{{ __('Upload') }}
@if(isset($certificate->signature_image)) @endif

@csrf



@endsection @section('script') @endsection