@extends('backend.layout.masterlayout') @section('content') @include('backend.partial.sidebar') @include('backend.partial.topbar')
@if (count($assets_type) > 0) @include('backend.partial.configure-assets') @else @include('backend.partial.load-assets') @endif
@include('backend.partial.dashboard_footer') @endsection @section('script') @endsection