@extends('admin::layouts.master') @section('title', __('admin/common.admin_user')) @section('content')
@if (count($roles)) @foreach ($roles as $role) @endforeach @else @endif
ID {{ __('common.name') }} {{ __('common.created_at') }} {{ __('common.updated_at') }} {{ __('common.action') }}
{{ $role->id }} {{ $role->name }} {{ $role->created_at }} {{ $role->updated_at }} {{ __('common.edit') }}
@endsection @push('footer') @endpush