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

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

@csrf
{{ trans('lang.user_details') }}
{{ trans('lang.user_first_name_help') }}
{{--
--}}
{{ trans('lang.user_last_name_help') }}
{{ trans('lang.user_email_help') }}
{{ trans('lang.user_password_help') }}
Enter your phone number with country.
{{ trans('lang.profile_picture_help') }}
{{ trans('user') }} {{ trans('lang.active_deactive') }}
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection