@extends('layouts.default', [ 'sidebarLight' => true, 'headerMegaMenu' => true, 'sidebarMenu' => 'mail.tpl-list', ]) @section('title', $txt.' a mail template') @push('css') @endpush @section('content')
{!! isset($tpl->tpl_uid) ? '':'' !!}
@foreach (Country::domain() as $code)
country) ? (in_array($code->code_domain, $tpl->country) ? 'checked' : '') : '' }}>
@endforeach
@foreach (CodeClient::uhakType() as $code) @if(!$code->cdci_parent_code)
uhak_type) ? (in_array($code->cdci_code, $tpl->uhak_type) ? 'checked' : '') : '' }}>
@endif @foreach (CodeClient::uhakType() as $code_s) @if($code->cdci_code==$code_s->cdci_parent_code)
uhak_type_sub) ? (in_array($code_s->cdci_code, $tpl->uhak_type_sub) ? 'checked' : '') : '' }}>
@endif @endforeach @if(!$code->cdci_parent_code)
@endif @endforeach