@extends('layouts.admin.adminlayout')
@section('header_scripts')
@stop
@section('content')
{{ getPhrase('title')}} |
{{ getPhrase('subject')}} |
{{ getPhrase('type')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>'certificate_templates.dataTable'))
@include('common.deletescript', array('route'=>URL_MASTERSETTINGS_CERTIFICATE_TEMPLATES_DELETE))
@stop