@extends('layouts.user') @section('pageTitle') Profilim @endsection @section('content')
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
{{--

Fesih Talebi Oluştur

İşten ayrılmak için bir talep oluşturun

@csrf
--}}
@include('components.workers.exitPopup') @if ($errors->any()) @include('components.error-modal-second') @endif @if (session('error')) {{ session('error') }} @endif @if (session('success')) {{ session('success') }} @endif @endsection