{{ __('Product') }}
{{$currentLang->products()->count()}}
{{ __('Pending Product Order') }}
{{$porder->count()}}
{{ __('Blogs') }}
{{$currentLang->blogs()->count()}}
{{ __('Job') }}
{{$currentLang->jobs()->count()}}
{{ __('New Job Applied') }}
{{$applicants->count()}}
{{ __('Services') }}
{{$currentLang->services()->count()}}
{{ __('Team Members') }}
{{$currentLang->teams()->count()}}
{{ __('Subscribers') }}
{{\App\Models\Newsletter::count()}}
{{ __('Quotes') }}
{{\App\Models\Quote::count()}}
{{ __('Projects') }}
{{$currentLang->portfolios()->count()}}
{{ __('Gallery') }}
{{$currentLang->galleries()->count()}}
{{ __('User') }}
{{\App\Models\User::count()}}
{{ __('Latest Quotes:') }}
# | {{ __('Subject') }} | {{ __('Mail') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$id }} | {{ $quote->subject }} | {{ __('Send Mail') }} | {{ __('Details') }} |
{{ __('Latest Portfolios :') }}
# | {{ __('Title') }} | {{ __('Category') }} |
---|---|---|
{{ ++$id }} | {{ $portfolio->title }} | {{ $portfolio->service->title }} |