@extends('frontend.layout.master') @section('content')
IMG
@if ($message = Session::get('success'))

{{ $message }}

@elseif ($message = Session::get('error'))

{{ $message }}

@endif
{{csrf_field()}} {{ __('translation.company.eizo') }} | {{__('translation.signup')}}
@if (app()->getLocale() == 'ar') @else @endif {{ $errors->first('name') }}
@if (app()->getLocale() == 'ar') @else @endif {{ $errors->first('phone') }}
@if (app()->getLocale() == 'ar') @else @endif {{ $errors->first('email') }}
@if (app()->getLocale() == 'ar') @else @endif {{ $errors->first('password') }}

{{__('translation.alreadyhaveanaccount')}} {{__('translation.login')}}

@endsection @push('custom-css') @endpush @push('custom-script') @endpush