@extends('layouts.app') @section('content')

{{ trans('lang.create_admin') }}

@if (Session::has('message'))

{{ Session::get('message') }}

@endif
@csrf
Profile Details
{{ trans('lang.user_name_help') }}
{{ trans('lang.user_password_help') }}
{{ trans('lang.confirm_password_help') }}
{{ trans('lang.user_email_help') }}
{{ trans('lang.user_profile_image_help') }}
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection