@extends('components.layouts.admin.admin-layout') @section('title', 'Dashboard') @section('contents') @livewire('admin.dashboard') @endsection