@extends('theme.master') @section('title') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') @else course @endif

{{ __('Feature Product') }}

@endif @if(isset($feature))

{{ $featuresetting->title }}

{{ $featuresetting->detail }}

@foreach($feature as $data)
@if($data['image'] == !NULL) @else @endif
{{ $data->title }}

{{ str_limit(preg_replace("/\r\n|\r|\n/",'',strip_tags(html_entity_decode($data->detail))) , $limit = 300, $end = '...') }}

@endforeach
@if($data['image'] == !NULL) @else @endif
@endif @endsection