@extends('layouts.master') @section('title'){{__('sidebar.items')}} @endsection @section('css') @endsection @section('body')
@endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.additems')}} @endslot @slot('sublink') {{route('item.index')}} @endslot @slot('subtitle') {{__('sidebar.items')}} @endslot @endcomponent