@extends('admin/layouts/default') {{-- title --}} @section('title') {{ trans('admin/'.$langFile.'.index-title') }} :: @parent @stop {{-- content --}} @section('content')
{{ trans('admin/general.id') }} | Title | Brand | Code | {{ trans('admin/products.price') }} | {{ trans('admin/general.actions') }} |
---|---|---|---|---|---|
{{ $item->id }} | {{ $item->language->title }} | {{$item->brand}} | {{$item->code}} | {{$item->price}} |