@extends('company_portal.layouts.master') @section('title','Add User') @section('header') @include('company_portal.partials.header') @endsection @section('content') @csrf Add new user Cancel {{-- Avatar Upload new photo Allowed JPG, GIF or PNG. Max Size of 800KB Reset --}} Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif E-mail @if ($errors->has('email')) {{ $errors->first('email') }} @endif Confirm e-mail @if ($errors->has('username')) {{ $errors->first('username') }} @endif @if(session()->has('success-add-user')) User has been added sucessfully. Please let him know to check his email and complete the registration. @endif @if(session()->has('msg_error')) Something went wrong. Please try again. @endif {{-- Save User Cancel --}} Save User Cancel @endsection @push('scripts') @endpush
Upload new photo
Allowed JPG, GIF or PNG. Max Size of 800KB
Reset
User has been added sucessfully. Please let him know to check his email and complete the registration.
Something went wrong. Please try again.