@extends('painel-admin.menu') @section('title', 'Orçamentos') @section('content') @if(Session::has('error')) @php $data = Session::get('error'); @endphp @if (is_array($data)) @foreach ($data as $msg)