@extends('shop.layout') @section('title', __('portal.shop.register')) @section('content')

{{ __('portal.shop.register_title') }}

@if ($errors->any())
@endif
@csrf

{{ __('portal.shop.have_account') }} {{ __('portal.shop.login') }}

@endsection