@extends('layouts.admin') @section('title', env('APP_NAME') . ' | Scan รับงานฟอก') @section('content')
| เลขที่ barcord | เลขที่ Order | size/ | |
|---|---|---|---|
| ข้อมูล 1 | ข้อมูล 1 | ข้อมูล 1 | |
| {{ 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]) |