@extends('adminlte::page') @section('title', $general['title']) @section('content_header')

{{ $general['title'] }}

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