@extends('adminlte::page')
@section('content_header')
{{ __('global.Dashboard') }}
{{ __('global.Welcome') }}
@endsection
@push('css')
@endpush
@section('content')
@can('dashboard')
@endcan
@endsection
@can('dashboard')
@section('adminlte_js')
@endsection
@endcan