@extends(get_view('index')) @section('title')Üye Ol - @endsection @section('header') @endsection @section('content')
@if ($errors->any())
{{ translate('operation_failed') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ translate('register') }}

@csrf

Ya da Giriş Yap

@endsection @section('footer') @endsection