@extends('front.index') @section('meta_title'){{trans('front.Register')}}@endsection @section('meta_des'){{trans('front.Register')}} @endsection @section('meta_key'){{trans('front.Register')}} @endsection @section('content')

{{trans('front.Register')}}

{{trans('front.aviblbeaccount')}}{{trans('front.isAccount')}}

{!! csrf_field() !!}
@if ($errors->any()) @foreach ($errors->all() as $error)

{{$error}}

@endforeach @endif
@endsection