@extends('template.app') @section('title', 'Role Kasir') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@include('components.toast-notification')
@foreach($kasirUsers as $user) @endforeach
Nama Akses Toko Aksi
{{ $user['name'] }} @foreach($user['stores'] as $storeId => $storeName) {{ $storeName }} @endforeach
@endsection @section('js') @endsection