@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Hızlı Atama Tipleri' => '/operation/select/quick-assign-type', 'Talep Detayı' => '/operation/quick-assign/'.$demand->id, ], ]) !!} @endsection @section('content')
@csrf

İşe atanan ve değiştirmek istediğiniz Kullanıcıyı Seçin

@foreach ($demand->sifts as $user) @endforeach

Yeni Atanacak Kullanıcıyı Seçin

@foreach ($favoritedUsers as $user) @endforeach
@if ($errors->any()) @include('components.error-modal-second') @endif @if (session('error')) @include('components.error-modal') @endif @if (session('success')) @include('components.success-modal') @endif @include('components.showImage') @endsection {{-- @csrf

yeni atama yapilacak kullaniciyi secin

--}}