@extends('user.layout') @section('title') {{__('message.User Register')}} @stop @section('meta-data') @stop @section('content') {{__('message.User Register')}} {{__('message.Home')}} {{__('message.User Register')}} {{__('message.User Register')}} {{__('message.Already a User')}} @if(Session::has('message')) {{ Session::get('message') }} × @endif {{csrf_field()}} {{__('message.Name')}} @if ($errors->has('name')) {{ $errors->first('name') }} @endif {{__('message.Phone')}} @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif {{__('message.Email')}} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{__('message.Password')}} @if ($errors->has('password')) {{ $errors->first('password') }} @endif {{__('message.Confirm password')}} @if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif {{__('message.I accept')}} {{__('message.terms')}} {{__('message.and')}} {{__('message.conditions')}} {{__('message.and general policy')}} @if ($errors->has('agree')) {{ $errors->first('agree') }} @endif {{__('message.Register Now')}} {{__('message.or')}} {{__('message.Already have an account')}} {{__('message.Login Now')}} {{__('message.Emergency call')}} {{__('message.Telephone')}} {{$setting->phone}} {{__('message.Sign up for Newsletter today')}} {{__('message.Submit now')}} @stop @section('footer') @stop
{{__('message.Already have an account')}} {{__('message.Login Now')}}