@extends('layouts.admin.app') @section('title',\App\Models\BusinessSetting::where(['key'=>'business_name'])->first()->value??'Dashboard') @section('content')
{{translate('messages.welcome_message')}}
{{translate('messages.employee_welcome_message')}}