@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Attributes

@if(session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif @foreach ($variations as $item) @endforeach
Attribute Status Actions
@if($item->status == 1)
Published
@else
Inactive
@endif
Actions
@include('partials.footer')
@include('global.footer-links')