@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

tag

tags

@can('setup.view', Auth::user()) {{-- --}} @endcan @foreach ($tags as $tag) @can('setup.view', Auth::user()) {{-- --}} @endcan @endforeach @can('setup.view', Auth::user()) {{-- --}} @endcan
No. Warehouse tag Type tag CodeEDITDELETE
{{ $loop->index + 1 }} {{ strtoupper(optional($tag->warehouse)->name) }} {{ strtoupper($tag->type) }} {{ strtoupper($tag->number) }}EDIT
No. Warehouse tag Type tag CodeEDITDELETE
@endsection @section('more-scripts') @endsection