@extends('admin.template.layout') @section('header') @stop @section('content')
Create Attribute
@foreach ($attributes as $attr) @endforeach
# Attribute Name Attribute Type Industry Type Is Active Created Date Action
{{ $i }} {{ $attr->attribute_name }} {{ $attr->attribute_types->attribute_type_name }} {{ $attr->industry_types->name }} {{ get_date_in_timezone($attr->created_at, 'd-M-y H:i A') }}
@stop @section('script') @stop