@extends('layouts.dash') @section('title') {{ env('APP_NAME') }} @stop @section('title_card',$dashboard_title) @section('content')
@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @include('forms.boxes')
@endsection @section('scripts') @include("forms.scripts_datatable") @endsection