@extends('adminlte::page') @section('title_postfix', ' - Sve recenzije') @section('content')

Sve recenzije Dodaj recenziju

@foreach($tableModel as $item) @endforeach
R.br. Naziv Opis Slika
{{ $count }} {{ $item->name }} {{ $item->description }} @if($item->file_name)
@endif
{{ Form::open(['route' => ['admin.testimonial.destroy', $item->id], 'method' => 'delete', 'class'=>'table-controls-button']) }} {{ Form::close() }}
@stop @section('js') @stop