@include('common/header')
Attribute Value Listing
Attribute |
Value |
Description |
Action |
@foreach($list as $list)
@if(!empty($list->title))
{{ $list->title }} |
@else
None |
@endif
{{ $list->value }} |
{!! $list->vdescription !!} |
edit
delete
|
@endforeach
@include('common/footer')