@extends('admin.template.layout') @section('header') @stop @section('content')
Create Product Feature
@foreach ($categories as $category) @endforeach
# Feature Name Created Date Action
{{ $i }}
@if ($category->image_path != '') @endif {{ $category->name }}
{{ get_date_in_timezone($category->created_at, config('global.datetime_format')) }}
@stop @section('script') @stop