@extends('admins.layouts.app') @section('content')
@if (Auth::guard('stores')->check()) @else @endif

Description Editor - {{ substr($product->name, 0, 20) }} {{strlen($product->name) > 20 ? '...' : ''}}

@csrf
@endsection @push('script') @endpush