@extends('layout.master') @section('title', 'Ticket') @section('css') @endsection @section('main-content')
@livewire('components.filter-component', ['scope' => 'dashboard'])
@livewire('dashboard.stats-overview')
@livewire('dashboard.stats-stock-movement')
@livewire('dashboard.dashboard-graphs')
@endsection @section('script') @endsection