@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('UlogeEdit', $role->id) }} @endsection @section('title') Izmena uloge {{$role->name}} @endsection @section('content')
Izmena uloge
@method('PUT') @csrf @include('cms.role._form')
@endsection