@extends('apex-layouts.main') @section('title', "Welcome ".Auth::user()->name) @section('content') {{--
--}} {{-- --}} @can('dashboard_finance') {{--
--}} {{--
--}} @endcan {{--
--}} @endsection @section('scripts') @endsection