@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

{!! $general['title'] !!}

@stop @section('content') @php $ajaxUrl = "/admin/".$general['cont_name']; @endphp
{{ $general['sub_title'] }}
@foreach ($fields as $key => $field) @endforeach
# {{ $field['label'] }} Akcije
@stop @section('css') @stop @section('js') @stop