@extends('adminlte::page')
@section('title', $general['title'])
@section('content_header')
{{ $general['title'] }}
@stop
@section('content')
@php
$ajaxUrl = "/admin/".$general['cont_name'];
@endphp
@if($parents['grupa'])
unutar:
|
|
|
@if($parents['grupa'])
@foreach ($parents['grupa'] as $key => $field)
| Grupe |
{{ $field->ime_grupe}}, {{ $field->j_grad }} ({{ $field->j_tip }}) |
|
@endforeach
@endif
@endif
|
#
|
@foreach ($fields as $key => $field)
@if($field['list'])
{{ $field['label'] }}
|
@endif
@endforeach
Akcije
|
@stop
@section('css')
@stop
@section('js')
@stop