@extends('layouts.admin.master')
@section('title')Role
{{ $title }}
@endsection
@push('css')
@endpush
@section('content')
| # |
Name |
User |
Status |
Action |
@php
$count = 1;
@endphp
@foreach($data as $list)
| {{$count++}} |
{{$list->name}} |
{{$list->shortName}} |
{{$list->status}} |
|
@endforeach
@push('scripts')
@endpush
@endsection