@extends('app') @section('head_title',trans('words.register').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section("content") {{trans('words.register')}} {{trans('words.home')}} {{trans('words.register')}} @if (count($errors) > 0) × @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if(Session::has('flash_message')) × {{ Session::get('flash_message') }} @endif {!! Form::open(array('url' => 'register','class'=>'card mb-0','id'=>'register','role'=>'form')) !!} {{trans('words.first_name')}} {{trans('words.last_name')}} {{trans('words.email')}} {{trans('words.password')}} {{trans('words.confirm_password')}} {{trans('words.by_signing_up')}} {{getcong('privacy_policy_title')}} {{trans('words.and')}} {{getcong('terms_of_title')}}. {{trans('words.register')}} {{trans('words.already_have_account')}} {{trans('words.login')}} {!! Form::close() !!} @endsection
{{trans('words.already_have_account')}} {{trans('words.login')}}