@extends('backend.layout.masterlayout') @section('content') @include('backend.partial.sidebar') @include('backend.partial.topbar')
@include($dashpath.$dashload)
@include('backend.partial.dashboard_footer') @endsection @section('script') @include('backend.settings.general.dash-charts') @endsection