@extends('layouts.app') @section('content') {{__("Group entry")}} {{__("Clients in session")}} (IDs): @if($ids) @foreach($ids as $br=>$id) @if(count($ids)-1 == $br) {{$id.'. '}} @else {{$id.', '}} @endif @endforeach @endif {{__("Status")}}: -- {{__("status")}} -- @foreach($statuses as $status) {{$status->status}} @endforeach
{{__("Clients in session")}} (IDs):
@foreach($ids as $br=>$id) @if(count($ids)-1 == $br) {{$id.'. '}} @else {{$id.', '}} @endif @endforeach
{{__('Are you sure you want to execute group action for').' '.__('status')}}