@extends('layouts.app') @section('content')
| {{ __('Name') }} | {{ __('Image') }} | {{ __('Actions') }} |
|---|---|---|
| {{ app()->getLocale() == 'ar' ? $productsBrand-> label_ar : $productsBrand-> label_en }} |
@if(!empty($productsBrand-> img ))
|
{{ __('Edit') }} |
{{ __('No products Brand found.') }}
@endif