@extends('back.layouts.main')
@section('title' , 'Attribute Groups')
@section('content')
# |
Name |
Actions |
@if($data->isNotEmpty())
@foreach($data as $row)
{{$row->id}} |
{{$row->name}} |
|
@endforeach
@else
No Data Available |
@endif
@stop
@push('footer')
@endpush
@section('breadcrumbs')
Attribute Groups
@stop
@push('header')
@endpush