{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content') {{-- Dashboard 1 --}}
@include('pages.dashboard.widget_1')
@endsection {{-- Scripts Section --}} @section('scripts') @endsection