@extends('backend.layouts.app')
@section('breadcrumbs')
Page / List
@stop
@section('template_linked_css')
@if(config('usersmanagement.enabledDatatablesJs'))
@endif
@endsection
@section('content')
| Id |
Name |
Title |
Alias |
Status |
Action |
@foreach($values as $val)
| {{$val->id}} |
{{$val->name}} |
{{$val->title}} |
{{$val->alias}} |
{{$val->status}} |
|
@endforeach
@endsection
@push('after-scripts')
@endpush