@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Elenco sintomi

@stop @section('content')
@foreach ($sintomi->data as $item)

{{$item}}

@endforeach
@stop @section('css') @stop @section('js') @stop