@extends('layouts.app')
@section('title', 'Dashboard Admin')
@push('styles')
@endpush
{{-- ================================
NAVBAR FULL WIDTH
================================ --}}
@section('navbar')
@endsection
{{-- ================================
CONTENT WRAPPER
================================ --}}
@section('content')
@endsection
{{-- ================================
SCRIPT CHART + MENU RESPONSIVE
================================ --}}
@push('scripts')
@endpush