@extends('back.layouts.main') @section('title' , 'Attribute Groups') @section('content')

Attribute Groups

@if($data->isNotEmpty()) @foreach($data as $row) @endforeach @else @endif
# Name Actions
{{$row->id}} {{$row->name}}
id) }}" onsubmit="return confirm('Do you really want delete this?');"> @method('DELETE') @csrf
No Data Available
@stop @push('footer') @endpush @section('breadcrumbs') @stop @push('header') @endpush