@extends('admin.layouts.dashboard') @section('title', 'All Items') @section('content')
{{ substr($item->name,0, 10) }}...