@extends('dashboard.layouts.app') @push('page_vendor_css') @endpush @push('page_styles') @endpush @section('content')

Pages

@foreach ($pages as $index => $page) @endforeach
ID Slug Title Created at Action
{{ $page->id }} {{ $page->slug }} {{ $page->title }} {{ $page->created_at }} @if(auth()->user()->canany(['super', 'pages-show'])) @endif @if(auth()->user()->canany(['super', 'pages-edit'])) @endif @if(auth()->user()->canany(['super', 'pages-destroy'])) @endif
@endsection @push('page_scripts_vendors') @endpush @push('page_scripts') @endpush