@extends('front.layout') @section('after_styles_select2') @endsection @section('content')
{{ trans('backpack::base.register') }}
{!! csrf_field() !!} @if ($errors->any())

Please fix the following errors:

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
'form-control select2Ajax']) >
@endsection @section('after_scripts_gmaps')