@extends('adminlte::page') @section('title', 'RHOMB ACTION PLANS | ' . trans('Dashboard')) @section('css') @stop @section('content_header')

{{ strtoupper(trans('Dashboard')) }}

@stop @section('content')
@stop @section('footer') @include('layouts.footer') @stop @section('js') @stop