@extends('layout.with-main') @section('breadcrumbs') @endsection @section('nav-tabs') @endsection @section('page', 'page__staff-chat-room--index') @section('main')

{{ __('common.chat-rooms') }}

@foreach ($chatrooms as $chatroom) @endforeach
ID {{ __('common.name') }} {{ __('common.action') }}
{{ $chatroom->id }} {{ $chatroom->name }}
  • {{ __('common.edit') }}
  • @csrf @method('DELETE')
  • @endsection