@extends('layouts.master') @section('header') @include('layouts.partials.header') @endsection @section('navbar') @include('layouts.partials.nav') @endsection @section('sidebar') @include('layouts.partials.sidebar') @endsection @section('content')
| {{__("ID")}} | {{__("Name")}} | {{__("No. Customers")}} | {{__("No. Notifications")}} | {{__("Last Notification Date")}} | {{__("Status")}} | {{__("Actions")}} | |
|---|---|---|---|---|---|---|---|
| {{$item->id}} | {{$item->name}} | {{$item->users_count}} | {{$item->notifications_count}} | {{$item->latest_notifications}} | @if($item->id==1) @if($item->status==1){{__("Active")}}@else{{__("Inactive")}}@endif @else @if($item->status==1){{__("Active")}}@else{{__("Inactive")}}@endif @endif |
id )}}" class='text-warning' style=''>
id )}}" class='text-info mx-2' style=''>
@if($item->id!=1)
@endif
|