@extends('admin.layouts.master')
@section('metatags')
@stop
@section('seoPageTitle')
{{ $pageTitle }}
@stop
@section('styles')
@parent
{{ HTML::style('assets/admin/lib/morris.js/morris.css') }}
@stop
@section('content')
@section('bodyClass')
@parent
hold-transition skin-blue sidebar-mini
@stop
@if (!empty($userMessage))
{!! $userMessage !!}
@endif
Hi, welcome back!
@if (!empty($wishing) && isset($wishing[0]))
{{ $wishing[0] }}
@endif
@if (Auth::user()->hasAnyPermission(['Manage Dashboard']) ||
Auth::user()->is_super_admin == 1 ||
Auth::user()->hasAnyRole(['Super Admin']))
@else
@endif
@stop
@section('scripts')
@parent
@stop