@extends('titan::layouts.admin') @section('content')

List All Pages

@include('titan::admin.partials.info') @foreach ($items as $item) @endforeach
Page Description Url Parent Page Views Action
{{ $item->name }} {!! $item->description !!} {!! $item->url !!} {{ ($item->parent)? $item->parent->title : '-' }} {{ $item->views }}
{!! action_row($selectedNavigation->url, $item->id, $item->name, ['edit', 'delete'], false) !!}
@endsection