| No | @lang("content.group_name") | @lang("content.email_addresses") | @lang("content.flight_notifications") | @lang("content.disabled") | @lang("content.details") | @lang("content.updated") | @lang("content.created") | @lang("content.actions") | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| @lang("content.diversion") | @lang("content.auto_creation") | @lang("content.user") | @lang("content.date") | @lang("content.user") | @lang("content.date") | ||||||
| {{ $j + 1 }} | {{ $each->name }} | {{ $each->emails }} | {!! $each->diverted_flights ? "" : "" !!} | {!! $each->auto_created_flights ? "" : "" !!} | {!! $each->disabled ? "" : "" !!} | {{ $each->details }} | {{ $each->updatedBy ? $each->updatedBy->first_name." ".$each->updatedBy->last_name : "-" }} | {{ baseDateFormat($each->updated_at, true) }} | {{ $each->createdBy ? $each->createdBy->first_name." ".$each->createdBy->last_name : "-" }} | {{ baseDateFormat($each->created_at, true) }} | |