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