@extends('layouts.backend.master') @section('title', 'Dashboard') @section('content-width-class', 'container-full') @section('breadcrumbs')
@endsection @section('breadcrumbs') @endsection @section('content')
@include("backend.super_user.dashboard-logs")
@endsection @push('scripts') @endpush