@extends('layouts.load') @section('content')
@include('includes.admin.form-both')
{{csrf_field()}}

{{ __('Name') }} *

{{ __("Email") }} *

{{ __("Phone") }} *

{{ __("Password") }} *

{{-- role select option --}}

{{ __("Role") }} *

@endsection