@extends('admin.layouts.index') @section('content')

Gyártók

A webáruházban elérhető termékekhez kapcsolható gyártók.

@foreach($manufacturers as $manufacturer) @endforeach
ID Gyártó Műveletek
{{ $manufacturer->id }} {{ $manufacturer->title }} @if(!$manufacturer->productCount()) @endif
@stop @section('custom-css') @stop @section('custom-js') @stop