@extends('admin.layouts.master') @section('title', 'Design Certificate') @section('stylesheet') @endsection @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Design Certificate') }} @endslot @slot('menu1') {{ __('Certificate') }} @endslot @slot('button')
{{ __('Create Certificate') }}
@endslot @endcomponent
@if ($errors->any()) @endif
@include('admin.message')
{{ __('frontstaticword.CertificateofCompletion') }}
@php $mytime = Carbon\Carbon::now(); @endphp

{{ __('frontstaticword.Thisistocertifythat') }} {{__("Admin Example")}} {{ __('frontstaticword.successfullycompleted') }} {{__("The Complete Web Developer Bootcamp")}} {{ __('frontstaticword.onlinecourseon') }}
{{ __("16th November 2020") }}

{{ __("Admin Example") }}
{{ __("Admin Example,") }} {{ __('frontstaticword.Instructor') }}
{{ __("&") }}


@endsection