{{\App::setLocale(Session::get('locale'))}} @extends('admin.layouts.app') @section('title', 'Register User') @section('content-heading')

@lang('admin.register_new_member')

@endsection @section('content')
{{ csrf_field() }}
@endsection @section('extra-script') @endsection