@extends('layouts.adminlte') @section('bodyClass', 'hold-transition skin-blue sidebar-aside') @section('content')
{{--Filter Button--}}
{{--Search form--}}
{{--Create Button--}}
{{--Show table data--}}
@foreach($data as $item) @endforeach
Title Author Template Slug Tags
{{$item->title}} @if($item->getAuthor) {{$item->getAuthor->name}} @endif {{$item->template}} {{$item->slug}} @if($item->tags) @foreach($item->tags as $tag) {{$tag->tag_name}} @endforeach @endif

{{ $data->links()}}
@stop @push('scripts') @endpush