@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('UlogeCreate') }} @endsection @section('title') Unos uloge @endsection @section('content')
Unos uloge
@csrf @include('cms.role._form')
@endsection