@extends('layouts.site') @section('title') {{env('APP_NAME')}} @endsection @section('content')
@foreach($projetos as $p)

{{$p->titulo}}

{{--

{{htmlentities(mb_strimwidth(strip_tags($p->descricao), 0, 100, "..."), ENT_QUOTES, 'UTF-8')}}

--}}
@endforeach
@endsection @section('script') @endsection