@extends('admin.layouts.default')
{{-- Page title --}}
@section('title')
Blank Page
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
{{-- Page content --}}
@section('content')
.bg-success-subtle
.bg-success-subtle
.bg-primary-subtle
.bg-primary
.bg-info-subtle
.bg-info
.bg-warning-subtle
.bg-warning
.bg-danger-subtle
.bg-danger
@stop
{{-- page level scripts --}}
@section('footer_scripts')
@stop