@extends('layouts.app') @section('admin_title') {{__('Dashboard')}} @endsection @section('content') @if(!auth()->user()->hasRole('driver')) @include('layouts.headers.cards.general') @else @include('layouts.headers.cards.driver') @endif @if(auth()->user()->hasRole('admin')) @if (config('app.isft'))
{{ __('No sales right now!') }}
@endif{{ __('No orders right now!') }}
@endif{{ __('No expenses right now!') }}
@endif{{ __('No expenses right now!') }}
@endif