@extends('adm.layouts.app') @section('title', 'Produtos') @section('header') @include('adm.products.partials.header', compact('products','categories')) @endsection @section('sidebar') @include('adm.partials.sidebar') @endsection @section('main') @include('adm.products.partials.main') @endsection @section('footer') @include('adm.partials.footer') @endsection