@extends('frontend.layout.master') @section('content')
IMG
{{csrf_field()}} {{ __('translation.company.eizo') }} | {{ __('translation.login') }}
@if (app()->getLocale() == 'ar') @else @endif {{ $errors->first('email') }}
@if (app()->getLocale() == 'ar') @else @endif {{ $errors->first('password') }}
{{-- --}}

{{ __('translation.donthaveanaccount') }}{{ __('translation.signup') }}

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