@extends('layouts.blank') @section('title',\App\Utils\translate("home")) @section('content')
@php($shop_logo=\App\Models\BusinessSetting::where(['key'=>'shop_logo'])->first()->value) {{\App\Utils\translate('logo')}}

{{\App\Utils\translate('dashboard')}}
@endsection