@extends('layouts.app') @section('content')

Настройки

@if(session('success')) @endif
@csrf @include('partials.select', [ 'name' => 'default_maf_order_user_id', 'title' => 'Пользователь по умолчанию для заказов МАФ', 'options' => $users, 'value' => old('default_maf_order_user_id', $defaultMafOrderUserId), 'first_empty' => true, ]) @include('partials.select', [ 'name' => 'reclamation_act_representative_user_id', 'title' => 'Представитель компании для акта рекламаций', 'options' => $users, 'value' => old('reclamation_act_representative_user_id', $reclamationActRepresentativeUserId), 'first_empty' => true, ]) @include('partials.submit', ['name' => 'Сохранить'])
@endsection