@extends('admin.layout') @section('content')
{{ __('Add User') }}
@csrf

...
{{ __('Choose Photo') }}

{{ __('Image Size 80x80') }}

{{ __('The password must be at least 6 characters.') }}

@endsection