@extends('dash.layouts.app') @section('title') Clients @endsection @section('css') @endsection @section('content') @include('dash.client.partial.left-panel') @include('dash.client.partial.overview') Orders @include('dash.client.partial.orders') @endsection @section('js') @endsection