@extends('layouts.admin-app') @section('title','Admin | Dashboard') @section('content')
{{-- --}}

Welcome to {{$user->name}} Dashboard

@endsection