@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
{!! $general['title'] !!}
@stop
@section('content')
@php
$ajaxUrl = "/admin/".$general['cont_name'];
@endphp
|
#
|
@foreach ($fields as $key => $field)
{{ $field['label'] }}
|
@endforeach
Akcije
|
@stop
@section('css')
@stop
@section('js')
@stop