@extends('backend.master') @section('title', 'Dashboard') @section('content') Welcome back, {{ Auth::user()->name }} to {{ readConfig('site_name') }} @endsection