@extends('adminlte::page')
@section('title', $obj['title'])
@section('content_header')
{{ $obj['title'] }}
@stop
@section('content')
|
#
|
@foreach ($obj['fields'] as $key => $field)
@if($field['list'])
{{ $field['label'] }}
|
@endif
@endforeach
Akcije
|
@stop
@section('css')
@stop
@section('js')
@stop