@extends('layouts.dashbord') @section('title', 'Home Page') @section('content')

Dashboard

@if(Auth::user()->hasRole('super-admin')) @endif
@endsection