@extends('adminlte::page') @section('title', 'Cadastro de Produto') @section('content_header') @if(Session::has('success')) @php $data = Session::get('success'); @endphp @if (is_array($data)) @foreach ($data as $msg)