@extends('layouts.app') @section('content') {{-- @include('components.sidebar') --}} {{-- @include('components.profile') --}}

Kayıt İşlemini Tamamlayın

Kişisel Bilgilerinizi Girerek Kaydınızı Tamamlayınız.

@csrf
Ad
Soyad
İl
İlçe
Telefon
Email
Şifre
@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 @endsection @section('javascript') @endsection