@extends('layouts.app') @section('title',trans('seo.title')) @section('description',trans('seo.description')) @section('image',asset('img/share.jpg')) @section('keywords',trans('seo.keywords')) @section('linkage','https://saphareli.ge') @section('url','https://saphareli.ge') @section('content')
@csrf

@lang('title.Login')

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if (Route::has('password.request')) @lang('title.Forgot_your_password') @endif
@csrf

@lang('title.Registration')

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('surname')) {{ $errors->first('surname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection