@extends('front.layouts.layout') @section('meta_tags') تسجيل الدخول | {{@$setting->translation->title}} @stop @section('content')

@lang('home.signup')

@csrf @if(Session('success'))
× @lang('home.success')! {{session('success')}}.
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@lang('home.I_already_have_an_account')
@stop