@extends('auth.layout.app') @section('title', __("Register")) @section('cardTitle', __('Register')) @section('cardText', __('Hi, welcome to :site_name.', ['site_name' => config('config.site_name')])) @section('content')
@csrf

@error('name') {{ $message }} @enderror

@error('username') {{ $message }} @enderror

@error('phone'){{ $message }}@enderror

{{-- email icon --}}

@error('email') {{ $message }} @enderror

{{__('Already have account?')}} {{__('Sign in here')}}

@endsection @section('custom-js') @endsection