@extends('layouts.master') @section('title') {{ __('Dashboard') }} @endsection @section('main_content')
{{ __('Total Shop') }}
{{ __('Expired Businesses') }}
{{ __('Plan Subscribes') }}
{{ __('Total Categories') }}
{{ __('Total Plans') }}
{{ __('SL') }}. | {{ __('Date & Time') }} | {{ __('Name') }} | {{ __('Category') }} | {{ __('Phone') }} | {{ __('Subscription Plan') }} |
---|---|---|---|---|---|
{{ $loop->index + 1 }} | {{ formatted_date($business->created_at) }} | {{ $business->companyName }} | {{ $business->category->name }} | {{ $business->phoneNumber }} | {{ $business->enrolled_plan?->plan?->subscriptionName }} |