@extends('layouts.app') @section('title') Contents @endsection @section('content')

Contents

@include('admin.contents.table')
@include('stisla-templates::common.paginate', ['records' => $contents])
@endsection