@extends('layouts.admin') @section('title', env('APP_NAME') . ' | หน้าจอ Supplier') @section('content')
| รหัสซับพลายเออร์/ | ชื่อซับพลายเออร์/ | ที่อยู่/ | เบอร์โทร/ | ชื่อผู้ติดต่อ/ | E-mail Address / ID Line/ | จัดการ |
|---|---|---|---|---|---|---|
| ข้อมูล 1 | ข้อมูล 1 | ข้อมูล 1 | ข้อมูล 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]) |