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

{{ __('create_certificate') . ' ' . __('template') }}

{!! Form::select('page_layout', ['A4 Landscape' => 'A4 Landscape','A4 Portrait' => 'A4 Portrait','Custom' => 'Custom'], 'A4 Landscape', ['class' => 'form-control page_layout']) !!}
{!! Form::select('user_image_shape', ['Round' => 'Round','Square' => 'Square'], 'Round', ['class' => 'form-control']) !!}
@include('certificate.tags')
{{-- --}}

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

{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('type') }} {{ __('page_layout') }} {{ __('background_image') }} {{ __('layout') }} {{ __('action') }}
@endsection @section('script') @endsection