@extends('layouts.vendor') @section('content')
| {{ __('Name') }} | {{ __('Type') }} | {{ __('Price') }} | {{ __('Actions') }} | ||
|---|---|---|---|---|---|
|
{{ mb_strlen(strip_tags($data->name), 'UTF-8') > 50
? mb_substr(strip_tags($data->name), 0, 50, 'UTF-8') . '...'
: strip_tags($data->name) }}
|
{{ $data->type }} | {{ $data->showPrice() }} | |||
| @lang('No Products Found') | |||||