@extends('customer.layout.main') @section('css') @endsection @section('js') @endsection @section('content') @include('customer.layout.breadcrum')
@include('customer.customer_overview.sidebar_overview')
@yield('content-customer')
@endsection