@extends('company_portal.layouts.master') @section('title','Edit User') @section('header') @include('company_portal.partials.header') @endsection @section('content')
@csrf

Edit user


Avatar
@if($user_of_comp->avatar) @else # @endif

{{-- Upload new photo --}}

Allowed JPG, GIF or PNG. Max Size of 800KB

Reset

 

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('email'))
Your email is not confirmed. Please check your inbox.
Resend confirmation
@endif

@endsection @push('scripts') @endpush