@extends('layouts.master') @section('title') {{ __('certificate') }} @endsection @section('content')

{{ __('design') }} {{ __('certificate') . ' ' . __('template') }}

{{-- --}}
{{ __('note_required_medium_or_large_screen_only') }}
{{-- school logo --}} {{-- User image --}} {{-- Title --}} {{-- Description --}} {{-- Issue date --}} {{-- Signature --}} {{-- School name --}} {{-- School address --}} {{-- School mobile --}} {{-- School email --}}
@if ($certificateTemplate->background_image) {{-- Background image --}} @else
@endif {{-- School logo --}} {{-- User image --}} user_image {{-- Title --}}
{{ $certificateTemplate->name }}
{{-- Description --}}
{!! $certificateTemplate->description !!}
{{-- Signature --}} signature {{-- Issue date --}}
Issue Date
{{-- School Name --}}
{{ $settings['school_name'] }}
{{-- School address --}}
{{ $settings['school_address'] }}
{{-- School mobile --}}
{{ $settings['school_phone'] }}
{{-- School email --}}
{{ $settings['school_email'] }}
@endsection @section('script') @endsection @section('css') @if ($certificateTemplate->user_image_shape == 'Round') @else @endif @endsection