@php use App\Http\Controllers\Mod\ModClientProviderClass; use Illuminate\Support\Facades\Crypt; $perm=isset($perm)?$perm:1; @endphp {{--
--}}
{{--    {{ var_dump($record) }}--}}
{{--
--}} Contatos: @foreach($record_contact as $row) @php $record_class = ModClientProviderClass::information($row->idContactClass) @endphp {{-- Name: {{$row->xName}}
--}} {{-- Cel.: {{$row->cel}} | Dep.: {{$record_class->xName}}
--}} {{-- email: {{$row->email}}
--}}
Name:
{{$row->xName}}
{{-- CELULAR --}}
Cel:
{{$row->cel}} @if($row->celNet == 1) Abrir @endif
{{-- EMAIL --}}
Email:
{{$row->email}}
Dep:
{{$record_class->xName}}
Nome:
Cel:
celNet == 1) checked="checked" @endif class="filled-in chk-col-cyan form-control-sm">
Email:
Dep:
@if($perm==1)
Quer excluir este cadastro?
@else Somente Leitura @endif {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- {{--
--}} {{--
--}}
@endforeach
@include('mod-clientprovider.views-contact.index-load-script')