@extends('layouts.admin.app') @section('title', 'Detail '.$title) @section('content')
img

Product Feature

@foreach ($productFeatures as $feature) @endforeach
No Name Description Image Features
{{ $loop->iteration }} {{ $feature->name }} {!! Str::limit( strip_tags( $feature->desc ), 50 ) !!} img {!! $feature->features !!}
Back @endsection