@extends('layouts.master') @section('title','Dashboard') @section('page-header') Dashboard @stop @section('css') @stop @section('content')
@include('partials._alert_message')

@endsection @section('js') @stop