@extends('layouts.admin') @section('content') @include('admin._partials.breadcrumb')
@include('admin.includes.alerts')
P_RMCorporativo
@foreach ($testes as $teste) {{-- {{ dd($teste) }} --}} @endforeach
Id Nome Descrição Opcões
{{ $teste->id }} {{ $teste->nome }} {{-- {{ dd($teste->nome) }} --}} {{ $teste->descricao }}
P_RMSped
@foreach ($testessped as $testesped) {{-- {{ dd($teste) }} --}} @endforeach
Id Nome Descrição
{{ $testesped->id }} {{ $testesped->nome }} {{-- {{ dd($teste->nome) }} --}} {{ $testesped->descricao }}
@endsection