@extends('template.index') @section('title', 'Mensagens') @section('content')

Conselhos

@foreach ($advice as $adv) @endforeach
# Descrição Tipo Ações
{{ $adv['id'] }} {{ substr($adv['description'], 0, 85) }}... {{ substr($adv['type'], 0, 70) }}
   
@csrf @method('DELETE')
{{-- {!! $advice->render() !!} --}} {{ $advice->links('template.paginacao') }}
@endsection