@extends('user.layout') @section('title') {{__('message.User Register')}} @stop @section('meta-data') @stop @section('content')

{{__('message.User Register')}}

{{__('message.User Register')}}

{{__('message.Already a User')}}
@if(Session::has('message'))
@endif
{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @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
@if ($errors->has('agree')) {{ $errors->first('agree') }} @endif
{{__('message.or')}}

{{__('message.Emergency call')}}

{{__('message.Telephone')}}

{{$setting->phone}}

{{__('message.Sign up for Newsletter today')}}

@stop @section('footer') @stop