@extends('backend.layout.sidenav-layout') @section('content') @include('backend.components.product.list') @include('backend.components.product.delete') @include('backend.components.product.create') @include('backend.components.product.update') @endsection