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