@extends('inventory.layout') @section('title', 'measurement') @section('content') @push('head') @endpush
{{ __('Display Options')}}
@include('include.message')

{{ __('Attribute')}}

@foreach($attribute as $attr) @endforeach
{{ __('Title')}} {{ __('Action')}}
{{ isset($attr->name) ? $attr->name :'' }}      
@push('script') @endpush @endsection