@extends('layouts.app') @section('content')
@include('itemCategory.searchBar')
Selecionar todos itens
Selecionar categoria
@method('PUT') @csrf @foreach ($items as $item) @endforeach
item
descrição
categoria
tipo
{{ $item->client->business->user->id == $item->client->user->id ? 'matriz' : $item->client->name }}
{{ $item->description }}
{{ $item->category->name }}
{{ $item->type->name }}
@include('itemCategory.edit')
{{ $items->links() }}
@endsection