@extends('layout/ace') @section('breadcrumbs') @endsection @section('title') Izmena pdv-a @endsection @section('content')
@method('PUT') @csrf
@include('cms.pdv._form')
@endsection @section('scripts') @parent @endsection