@extends('company_portal.layouts.master') @section('title','Edit User') @section('header') @include('company_portal.partials.header') @endsection @section('content') @csrf Edit user Cancel Avatar @if($user_of_comp->avatar) @else @endif {{-- 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('username')) {{ $errors->first('username') }} @endif Confirm E-mail @if ($errors->has('email')) Your email is not confirmed. Please check your inbox. Resend confirmation @endif {{-- Save User Cancel --}} Save changes {{-- Cancel --}} Cancel @endsection @push('scripts') @endpush
{{-- Upload new photo --}}
Allowed JPG, GIF or PNG. Max Size of 800KB
Reset