@extends('layouts.admin') @section('title', env('APP_NAME') . ' | หน้าจอสถานที่ขึ้นตัวอย่าง ') @section('content')
| รหัสสถานที่ขึ้นตัวอย่าง/ | ชื่อสถานที่ขึ้นตัวอย่าง/ | ที่อยู่/ | เบอร์โทรศัพท์/ | จัดการ |
|---|---|---|---|---|
| ข้อมูล 1 | ข้อมูล 1 | ข้อมูล 1 | xxxxxxxxx | |
| {{ ucwords($role->name) }} | @if($role->id === 1) @lang('labels.general.all') @else @if($role->permissions->count()) @foreach($role->permissions as $permission) {{ ucwords($permission->name) }} @endforeach @else @lang('labels.general.none') @endif @endif | {{ $role->users->count() }} | @include('backend.auth.role.includes.actions', ['role' => $role]) |