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