@extends('layouts.admin') @section('title') New Account @endsection @section('content')
@if (count($errors) > 0)
{{ trans('strings.whoops') }}! {{ trans('auth.errorencountered') }}

@endif

Create New Account


{!! csrf_field() !!}
@endsection