@extends('layouts.master')
@section('head')
@endsection
@section('header')
@include('header', $header)
@parent
@endsection
@section('sidebar')
@include('sidebar')
@endsection
@section('body')
{{ Breadcrumbs::render('clients') }}
@include('dashboard.aside')
@endsection
@section('footer')
@include('footer')
{!! $html->scripts() !!}
@endsection