@extends('layout') @section('title') Tratamentos @endsection @section('content') @include('flashs')
@foreach($tratamentos as $t) @endforeach
ID Descrição
{{ $t['id'] }} {{ $t['titulo'] }}
@csrf
@endsection @section('customjs') @endsection