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