@extends('backEnd.admin.layouts.master') @section('title') Attribute Settings @endsection @section('css') @endsection @section('body')
| SL. | Title | Attribute Item(s) | Status | Actions |
|---|---|---|---|---|
| {{$i++}} | {{$item->title}} |
@if($item->get_items->count()>0)
@foreach($item->get_items as $key => $value)
{{$value->item_title}}
@endforeach @endif Add |
@if($item->status == 1) Active @else Inactive @endif | |
| No Data Found! | ||||