@extends('../nn_cms/index') @section('content')
{!! Form::open(array('method' => 'get', 'url' => getCurrentLocale() . '/manager/collection/catalog/search', 'class' => 'form-horizontal')) !!}
{!! Form::close() !!}
არსებული მომხმარებლები
@foreach($catalog as $item) @endforeach
მომხმარებელი მობილური ელ. ფოსტა
{{ $item->name }} {{ $item->surname }} {{ $item->mobile }} {{ $item->email }} ფორუმი
@push('body.bottom') @endpush @stop