{{ $brand->exists ? trans('brands.edit_form') : trans('brands.create_form') }}
{{ trans('dashboard.others.show_all') }}
| {{ trans('brands.id') }} | {{ trans('brands.logo') }} | {{ trans('brands.name')}} | {{ trans('dashboard.crud.actions') }} |
|---|---|---|---|
| {{ $brand->id }} | {{ HTML::image($brand->logo, $brand->name, ['class' => 'img-thumbnail', 'width' => "35%"]) }} | {{ $brand->name }} {{ count_product_in_brand($brand->id)}} | {{ trans('dashboard.crud.edit') }} {{Trans("dashboard.crud.remove")}} @include('layouts.includes.modals.danger', ['model' => $brand,'toRoute'=>'brands','attribute'=>'name']) |