@extends('front.layout') @section('meta-keywords', "$seo->meta_keywords") @section('meta-description', "$seo->meta_description") @section('content')
{{ __('Register your account to continue.') }}
{{ $errors->first('name') }}
{{ $errors->first('username') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{__("$errmsg")}}
{{ __('Already have an acocunt?') }} {{ __('Login') }}