@extends('backend.admin-master') @section('site-title') {{__('Add New User')}} @endsection @section('style') @endsection @section('content')

{{__('New User')}}

@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf
{{__('Remember this username, user will login using this username')}}
{!! get_country_field('country','country','form-control') !!}
@endsection @include('backend.partials.media-upload.media-upload-markup') @section('script') @include('backend.partials.media-upload.media-js') @endsection