@extends('layouts.app') @section('main-content')
Logo | Nom | Description | Statut | ||
---|---|---|---|---|---|
|
![]() |
{{ $brand->title }}
|
{{ $brand->summary }}
|
{{ $brand->status }}
|
@php $brand->products /* utile pour pouvoir recuperer payment_method dans data-brand dans faire de merge */ @endphp
@can('authorize', 'edit_brands')
@endcan
@can('authorize', 'delete_brands')
@endcan
|