@extends('layouts.master-vnext') @section('page-title') Goods @endsection @section('content')
{{ Form::text("q", $searchQuery, ['class' => 'form-control pull-right']) }}
@foreach($goods->sortBy('name') as $good) @endforeach
Name Category Group
$good->id]) }}"> {!! $good->name !!} {{ $good->group->category->name }} {{ $good->group->name }} $good->id]) }}" class="btn btn-default btn-sm" title="Price development" id="pricedevelopment"> Price development
@endsection