@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 }} {{web_date_in_timezone($attr->created_at,'d-M-Y h:i A')}}
@stop @section('script') @stop