@extends('layouts.app')
@section('urlContent')
{!! view('components.breadcrumbs', [
'b_items' => [
'Raporlar' => '/root/reports',
'İK İşe Alım Raporları' => '/root/reports/hr/ise-alim',
],
]) !!}
@endsection
@section('content')
Operasyonculara atanan personeller (Rapor)
Zimmetlenen Eşyalar (Rapor)
@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.root.reportPopup')
@endsection
@section('javascript')
@endsection