@extends('site.layouts.app') @section('title', 'CDS - SISTEMAS') @section('topbar') @include('site.partials.topbar') @endsection @section('navbar') @include('site.partials.navbar') @endsection @section('featured') @include('site.partials.featured') @endsection @section('categories') @include('site.partials.categories') @endsection @section('offer') @include('site.partials.offer') @endsection @section('products') @include('site.partials.products') @endsection @section('vendor') @include('site.partials.vendor') @endsection @section('footer') @include('site.partials.footer') @endsection