@extends('layout') @section('pageTitle', "商品|".config('globals.app_name')) @section('content')

員工列表

新增員工
@foreach ($items as $item => $row) @endforeach
編號 姓名 暱稱 功能
#{{ $row->id }} {{ $row->name }} {{ $row->nickName }} 編輯
@csrf @endsection @push('modal') @component('components.modal.notice', ['name' => 'alert','title' => 'Notice']) @endcomponent @endpush