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