@extends('backend.admin.template') @push('title') Dashboard @endpush @section('container') @livewire('administrator.dashboard') @endsection