@extends('adminlte::layouts.app') @section('htmlheader_title') Item List @endsection @section('contentheader_title') Item List @endsection @section('header_styles') @stop @section('main-content')
@include('items.table')
@endsection