@extends('layouts.inner') @section('content') @yield('breadcrumb')
@include('customer.partials.sidebar')
@yield('dashboard-content')
@endsection