@extends('admin.layout.index') @section('title') برند @endsection @section('style') @endsection @section('script') @endsection @section('content')
برند های مرتبط
@if(auth()->user()->role ==1) @endif
@foreach ($brand as $key=>$item) @if(auth()->user()->role ==1) @endif @endforeach
# عنوان وضعیت
{{ 1 + $key }} {{ $item->Brand->name }} {{$item->is_active == 0 ? 'غیرفعال': 'فعال'}}
@endsection