@extends('layout.app') @section('css') @endsection @section('content')

Item Unit List

@foreach ($items as $row) @endforeach
# Name Action
{{ $row->id }} {{ $row->name }}
@endsection @section('js') @endsection @push('script') @endpush