@extends('default.layout') @section('content')


@foreach($telas as $t)

{{$t->nome}}

@endforeach
@endsection