@extends('Layouts.authFrontLayout',['classBody'=>" page-template-default page page-wrapper-account page-wrapper-page container-max-width show-bottom-nav"]) @section('title') {{__('Sign Up')}} @endsection @section('content')
{{__('Home')}} / {{__('Sign Up')}}

{{__('Sign Up')}}

{{(isset($settings['site_title_'.$lang]))?$settings['site_title_'.$lang]:''}} {{(isset($settings['site_title_'.$lang]))?$settings['site_title_'.$lang]:''}}

{{__('Sign Up')}}

@CSRF

@if ($errors->has('name')) {{ $errors->first('name') }} @endif

@if ($errors->has('family')) {{ $errors->first('family') }} @endif

@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif

@if ($errors->has('email')) {{ $errors->first('email') }} @endif

@if ($errors->has('password')) {{ $errors->first('password') }} @endif

@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif

{{__('Already Have An Account?')}} {{__('Sign In')}}
@endsection