@extends('layouts.default', [ 'sidebarLight' => true, 'headerMegaMenu' => true, 'sidebarMenu' => 'mail.tpl-list', ]) @section('title', 'Mail Template list') @push('css') @endpush @section('content')
{{ $tpl->tpl_category }} | {{ $tpl->tpl_title }} |
@if($tpl->country)
@php
$i=0;
@endphp
@foreach($tpl->country as $code)
{!!($i == 6)?" ":""!!} @php $i++; @endphp @endforeach @endif |
Notice: Undefined variable: tpl in /home/edmedu/www/edmeducation.co.kr/tw-dev/resources/views/mail/tpl-list.blade.php on line 80 Notice: Trying to get property 'uhak_type' of non-object in /home/edmedu/www/edmeducation.co.kr/tw-dev/resources/views/mail/tpl-list.blade.php on line 80 Notice: Undefined variable: tpl in /home/edmedu/www/edmeducation.co.kr/tw-dev/resources/views/mail/tpl-list.blade.php on line 87 Notice: Trying to get property 'uhak_type_sub' of non-object in /home/edmedu/www/edmeducation.co.kr/tw-dev/resources/views/mail/tpl-list.blade.php on line 87 |
{{ $tpl->tpl_design }} |