@extends('layouts.app') @section('title') {{ __('telegram') }} @endsection @section('telegram') active @endsection @section('section.header')

{{ __('telegram') }}

@endsection @section('section.content')
@foreach ($telegram_accounts as $account) @endforeach
{{ __('ID') }} {{ __('Tên tài khoản') }} {{ __('Tên đầy đủ') }} {{ __('Ngôn ngữ') }} {{ __('Thời gian tạo') }} {{ __('Cập nhật lúc') }} {{ __('Vai trò') }} {{ __('Hành động') }}
{{ $account->id }} {{ $account->username }} {{ $account->full_name }} {{ $account->language_code }} {{ $account->created_at }} {{ $account->updated_at }} {{-- {{ json_encode($account->roles->pluck('name')) }} --}} {{ __('Chỉnh sửa') }}
@endsection @section('scripts') @endsection @section('styles') @endsection