@extends('agency.layouts.app') @section('title', 'Yeni Personel Ekle') @section('page_title', 'Yeni Personel Ekle') @php $breadcrumbs = [ ['title' => 'Dashboard', 'url' => route('agency.dashboard')], ['title' => 'Personel ve Yetki', 'url' => '#'], ['title' => 'Personeller', 'url' => route('agency.staff-management.staff.index')], ['title' => 'Yeni Personel Ekle', 'url' => ''] ]; @endphp @section('content')
@if ($errors->any())
@endif
@csrf
Kişisel Bilgiler

Sisteme giriş hesabı oluşturmak e-posta adresini zorunlu kılar.
Personelin sistemdeki etkileşimlerini kısıtlayan yetki.
Kurumsal Bilgiler
Durum
İptal
@csrf
Kullanıcı Davet Formu
Sistemimize daha önce kayıt olmuş bir kullanıcıyı e-posta adresi aracılığıyla acentenize dahil edebilirsiniz. Kullanıcı tarafına bir istek gönderilir ve olayladığında rolü otomatik olarak atanır.
@endsection @push('scripts') @endpush