@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('BedzeviEdit', $badge->id) }} @endsection @section('title') Izmena bedža | {{ $badge->name }} @endsection @section('content')
@method('PUT') @csrf @include('cms.badge._form')
@endsection @section('scripts') @parent @endsection