@if(count($allsellers)>0) @isset($allsellers) @foreach ( $allsellers as $seller) @if( $loop->first or $loop->iteration <= 4 )
@php $slug = str_slug($seller->name, '-', app()->getLocale()); @endphp
@if($seller['image'] !="") @if(file_exists(public_path().'/images/user/'.$seller['image'])) User Image @else User Image @endif @else No Image @endif
@php $string = $seller->name; $arr = explode(' ', trim($string)); $first_word= $arr[0]; $string1 = $seller->name; $len = str_word_count($string1); if($len>1){ $pieces = explode(' ', $string1); $last_word = array_pop($pieces); } else{ $last_word = ''; } @endphp
{{ $first_word }} {{ $last_word }}
@php $slug = str_slug($seller->name, '-', app()->getLocale()); @endphp

@if($seller->store->aboutme != '') {!! html_entity_decode(substr($seller->store->aboutme, 0, 170)) !!} @if(strlen($seller->store->aboutme) > 170) ... {{ __('staticwords.readmore') }} {!!html_entity_decode(substr($seller->store->aboutme,170)) !!} @endif @else

Explore this artist artworks!

@endif

@endif @endforeach @endisset @endif