@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('Dostignuca') }} @endsection @section('title') Pregled dostignuća @endsection @section('content')
@livewire('custom-tabulator', ['model' => $model, 'modelHelper' => $modelHelper])
id) action="{{ route('cms.lms-user-achievement.update', $achievement->id) }}" @else action="{{ route('cms.lms-user-achievement.store') }}" @endif method="POST"> @if($achievement->id) @method('patch') @endif @csrf

@if($achievement->id) Izmena dostignuća {{ $achievement->name }} @else Unos novog dostignuća @endif

@endsection @section('scripts') @parent @endsection