@extends('admin.layouts.app') @section('content')

Edit Lab-User

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Leave blank to keep the current password.
@if ($lab_user->image)
@endif
{{--
--}}
{{--
--}}
Cancel
@endsection