@extends('layouts.app') @section('title','Items') @section('content')

Items

@include('flash::message')
@include('items.table')
@endsection