@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) @endforeach @endif
Grupe {{ $field->ime_grupe}}, {{ $field->j_grad }} ({{ $field->j_tip }})
@endif
{{ $general['sub_title'] }}
@foreach ($fields as $key => $field) @if($field['list']) @endif @endforeach
# {{ $field['label'] }} Akcije
@stop @section('css') @stop @section('js') @stop