@extends('layouts.app') @section('title') {{ __('telegram') }} @endsection @section('telegram') active @endsection @section('section.header') {{ __('telegram') }} {{ __('home') }} {{ __('telegram') }} @endsection @section('section.content') @csrf {{ __('Tên tài khoản') }} {{ __('Tên đầy đủ') }} {{ __('Ngôn ngữ') }} {{ __('Thời gian tạo') }} {{ __('Vai trò') }} Trống @foreach(\Spatie\Permission\Models\Role::all() as $item) {{ $item->name }} @endforeach {{ __('Xác nhận') }} @endsection