@extends('layouts/contentLayoutMaster') @section('title', 'Dashboard Analytics') @section('vendor-style') @endsection @section('page-style') @endsection @php $configData = Helper::applClasses(); @endphp @section('content') Welcome to FFL - MCAS {{ Auth::user()->name }} as {{ Auth::user()->roles->pluck('name')->first() }} WE are happy to have you @endsection @section('vendor-script') @endsection @section('page-script') @endsection