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