@extends('layouts.app') @section('title',($user->exists?'Edit':'Add').' User | BASCORE') @section('content')

{{ $user->exists ? 'Edit User' : 'Add User' }}

Assign the right access level for each team member.
@csrf @if($user->exists) @method('put') @endif
exists) placeholder="{{ $user->exists ? 'Leave blank to keep current password' : '' }}">
Cancel
@endsection