@extends('layouts.painel') @section('head') @endsection @section('title') {{ $title }} @endsection @section('parent') Produtos @endsection @section('content')

# {{ $product->id }}

status ? 'checked' : '' }}>
@endsection @section('scripts') @endsection