@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

Grid Contato Empresa

{!! Form::label('','Nome') !!} {!! Form::text('nome', $grid_contato_empresa->nome, ['class' => 'form-control' , "id" => "input_nome",'disabled' => 'disabled',]) !!}
{!! Form::label('','Função') !!} {!! Form::text('funcao', $grid_contato_empresa->funcao, ['class' => 'form-control' , "id" => "input_funcao",'disabled' => 'disabled',]) !!}
{!! Form::label('','Telefone') !!}
{!! Form::text('telefone', $grid_contato_empresa->telefone, ['class' => 'form-control telefone ' , "id" => "input_telefone",'disabled' => 'disabled',]) !!}
@if(!$isPublic) Voltar @endif Imprimir
@section('script') @endsection @endsection