@include('dashboard.layout.meta')
SMS Dashboard
@include('dashboard.layout.styles')
@include('dashboard.layout.header')
@include('dashboard.layout.sidebar')
@include('dashboard.layout.alert')
@yield('content')
@yield('content_area')
@include('dashboard.layout.customizer')
@include('dashboard.layout.footer')
@include('dashboard.layout.scripts')
@yield('notify')