@extends('layouts.admin') @section('title', 'Генериши кодове') @section('content')
Генериши кодове
@csrf @include('admin.codes.partials.fields')
@include('admin.partials.form_actions', [ 'submitCta' => 'Генериши', 'cancelUrl' => route('admin.departments.codes.index', $department->id), 'cancelCta' => 'Откажи', ])
@endsection