@php $_v = '07092024-002'; if(ENV('LOGO')){ if(strpos(ENV('LOGO'),'-S3.') !== false){ $LOGO = ENV('URLS3').'/'.ENV('FILEKEY').'/images/'.ENV('LOGO'); }else { $LOGO = 'https://dashboard.rizerapps.com/images/'.ENV('LOGO'); } }else { $LOGO = 'https://rizer.com.br/cubo.png'; } if(env('FILESYSTEM_DRIVER') == 's3'){ $fileurlbase = env('URLS3') . '/' . env('FILEKEY') . '/'; }else { $fileurlbase = env('APP_URL') . '/'; } $select_enable_create = 0; $isPublic = 0; @endphp @extends($isPublic ? 'layouts.app-public' : 'layouts.app') @section('content') @section('style') @endsection Templates {!! Form::label('','Nome do Template') !!} {!! Form::text('nome_do_template', $templates->nome_do_template, ['class' => 'form-control' , "id" => "input_nome_do_template",'disabled' => 'disabled',]) !!} {!! Form::label('','Template') !!} {!! Form::textarea('template', $templates->template, ['class' => 'form-control tinymce' , "id" => "input_template",'disabled' => 'disabled',]) !!} @if(!$isPublic) Voltar @endif Imprimir @section('script') @endsection @endsection