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